Added a hint to enable the StoreUpdateManager to make the simulation actually work

This commit is contained in:
Andreas Linde 2013-04-01 01:42:48 +02:00 committed by Stephan Diederich
parent 7582f02a08
commit 56a5f546c4

View File

@ -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;