App versioning
Last updated
Last updated
The ComUnity Development Toolkit allows you to set up versioning for your apps(iOS, Android and Windows) using the following convection:
When you change the major or the minor, your users will receive an in-app notification prompting them to upgrade to the latest version.
Whenever you ship a breaking change update your app version by incrementing either the major or the minor so as to prompt your users to upgrade.
To set up your app version information, follow these steps:
Access Project Settings: For steps on how to access Project Settings, refer to the Access Project Settings section.
Navigate to Versions: In the Project Settings menu, click on the "Versions" option. \
Specify the version in the Android Version(x.y.z), IOS Version(x.y.z) and the Windows Version(x.y.z) boxes where it is applicable.
Specify the relevant urls of your app in the Google Store URL, Apple Store URL and Microsoft URL boxes.
Describe the relevant change details in the Android Version, IOS Version and the Windows Version boxes.
Once completed, click Save to apply the updated app version information.