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.
2
Answers
Yes, the Playstore supports this feature named In-app-updates
There is no official implementation for this here, but take a look at this.
You can use In-app updates:
There are mainly two update flows.
Here is a detailed guide that describes how to support in-app updates in your app.