Upgrade Client Application
Android Update Procedure
To update the version of a client application, make changes from the "Android" tab and then click the "Redistribute" button .
When the "Redistribute" button is clicked, the update is performed using the "Android" screen settings, so you will not be able to edit the settings until the update has finished.
After the update has finished, the settings can be edited again.
iOS Update Procedure
To update the version of a client application, make changes from the "Builds" screen and then submit an update request to the App Store to update the downloaded production app file.
Distinguishing the Updated Version From the Previous Version
For Android, the versionCode in AndroidManifest.xml is incremented whenever the apk file is updated.
This can be obtained from the game server by using the mobage.shellapp.App.getVersionCode JavaScript API. For iOS, this value is always 0 since no numeric representation of the version exists.
A string representation of the version can be obtained by using the mobage.shellapp.App.getVersionName JavaScript API, and the versions can be distinguished this way as well.
Revision history
- 03/01/2013
- Added the description for iOS
- 12/11/2012
- Initial release