0

I have question about update version of my application on google play store.

If I upload a new version APK application on google play store

  • Current user can receive about update , download and install new version or not?

  • If current user cannot receive that how to resolve it?

Pankaj
  • 7,908
  • 6
  • 42
  • 65

2 Answers2

0

The user will be getting the update if the versionCode and versionName has been changed

borax12
  • 423
  • 1
  • 5
  • 16
0

The best idea is to control the app in splash screen by implementing the check which version is on play store.

I mean to say forcefully ask the user to update the app.

Better to make web api and send data to server from splash screen which version is live on store.If it return true , enter app else ask him to update

deepak825
  • 432
  • 2
  • 8