I have an app on the Google Playstore and I want a way to alert my users whenever I deploy a new version of the app. I want to know how to make this possible. Does Google Playstore provide any APIs or SDKs to make this possible?
I use React-native for development, incase the answer may depend on this.
CodePudding user response:
Yes, the Playstore supports this feature named In-app-updates
There is no official implementation for this here, but take a look at this.
CodePudding user response:
You can use In-app updates:
In-app updates is a Google Play Core libraries feature that prompts active users to update your app.
There are mainly two update flows.
Here is a detailed guide that describes how to support in-app updates in your app.