1.12 Enabling Force Update
This topic provides information on Enabling Force Update.
This configuration is optional.
To notify users of a new application version available on the Play Store, consider these options:
- Within App, when the App detects a new version, prompt users suggesting an update.
- The flag checks for updates and displays a cancellable popup to the user to update their application.
- To implement this with the flag
isAppUpdateManagerEnableto true inRootCheckFlags.Note:
Ensure that App update functionality works only when the App is downloaded from the Play Store or via Internal App Sharing. - Follow the steps to check force app update: https://developer.android.com/guide/playcore/in-app-updates/test#internal-app-sharing.
Please note below things:
- Make sure that the app that you are using to test the in-app updates, has the lower version code than the update version code.
- Test with signed builds only
- Enable Internal app sharing
Parent topic: OBDX Servicing Application