Documentation improvements for the new store update manager

This commit is contained in:
Andreas Linde
2013-03-08 13:41:06 +01:00
committed by Stephan Diederich
parent bd83875b9b
commit 7576441b54

View File

@@ -41,10 +41,12 @@ typedef enum {
The store update manager module.
This is the HockeySDK module for handling app updates when having your app released in the App Store.
By default the module uses the current users locale to define the app store to check for updates. You
can modify this using the `countryCode` property. See the property documentation for details on its usage.
This module automatically disables itself when **NOT** running in an App Store build by default!
When an update is detected, it will open the apps store page.
When an update is detected, it will open the apps page in the app store app.
*/