How do I get published apps version number from Google Play store and Apple App Store with App ID?
Is there any Rest API to provide apps version on stores?.
How do I get published apps version number from Google Play store and Apple App Store with App ID?
Is there any Rest API to provide apps version on stores?.
You can't get the store version but your own version, the version number you put in before submitting the app to stores.
Use Display.getInstance().getProperty("AppVersion", "1.0")
To change your version number, right-click the app and select properties
then change the Version number as necessary. The version you put in will be returned whenever you call the above line.