skip to Main Content

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


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

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

    Login or Signup to reply.
  2. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search