Luong Truong
Luong Truong

Reputation: 2153

React Native - disable auto update app programmatically

When uploading an app to Google Play, can we avoid the app from updating?

I found some useful links saying that we can't:

However, these questions have been asked for a long time. Is there a way to do it?

Upvotes: 1

Views: 979

Answers (1)

Shivo'ham
Shivo'ham

Reputation: 3102

Auto update an app programmatically

I think it is not possible, but you have another option when at app opening.

In the splash screen, you check the app version from the back-end version and if the app version both are the same then the app will go the next screen.

If both versions are not same then the app will be go in the update screen. Put the button update app there and go to the play store app link.

Upvotes: 2

Related Questions