Search code examples
androidiosmobileversionphonegap

How the mobile app version information are maintained in PhoneGap build?


I am new to PhoneGap builds. I want to know how to maintain the versions of App that are frequently published in Apple Store and Google Play Store.

If the next version is published, will the users of previous versions be asked to upgrade to the latest version without any code for upgrade except the version detail.

Where to indicate app version information in PhoneGap builds?

If suppose one version is published without the version information, will the users ask to upgrade for later versions?

Please let me know the details.


Solution

  • Changing the phonegap version will not mean anything for application users, it only helps the developer (of course if the developer wants it).

    The update will take care of the google play or the apple store if you've changed something in the app and want to set up a new version on the Store.

    Please check this link.