Anyone have experience on how Kony app to detect version update from google play store/app store and prompt to customer to upgrade? Thanks a million in anvance

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

You can host an endpoint which returns the latest published APP version in playstore and check with current versionCode of your app at application bootup and prompt user

https://developer.android.com/reference/android/content/pm/PackageInfo.html#versionCode

https://stackoverflow.com/questions/4616095/how-to-get-the-build-version-number-of-your-android-application

You can refer additional approaches suggested here

https://stackoverflow.com/questions/5555098/prompt-android-app-user-to-update-app-if-current-version-market-version

Hi:

Thank you so much for your reply, will have a read and try accordingly.

Hi @Lottie Cvmewon​ were you able to reach a resolution? If yes, please click [Select as Best] under Sivaram's response.