Search code examples
androidreact-nativegoogle-playgoogle-play-consolemobile-application

Google API to check if new version of app has been deployed


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.


Solution

  • Yes, the Playstore supports this feature named In-app-updates

    There is no official implementation for this here, but take a look at this.