diff --git a/Classes/BITStoreUpdateManager.h b/Classes/BITStoreUpdateManager.h index 2d72e711d5..62c5df2aa1 100644 --- a/Classes/BITStoreUpdateManager.h +++ b/Classes/BITStoreUpdateManager.h @@ -169,11 +169,14 @@ typedef enum { Set the version string that should be used for a simulated new version being available in the App Store. + `BITStoreUpdateManager` must be enabled in `BITHockeyManager` for this to work! + *Default*: _NIL_ @warning This property is autoamtically disabled if accidentally being invoked in an App Store build. @see updateSetting + @see BITHockeyManager */ @property (nonatomic, strong) NSString *simulatedNewStoreVersion;