Do users get notified when incrementing only versionCode?

181 Views Asked by At

Do the users of the app get notified about update when I upload a new version of the app with incremented versionCode (manifest), but same versionName?

Edit: And if the versionCode is enough, will the users have to update the app, or is it optional?

2

There are 2 best solutions below

2
AMerle On

The version name is a descriptive string while the version code is an incremental value. I don't think you have to change the version name (even if you should, to inform users they have a new version), but you'll have to change the version code for sure.

0
jibysthomas On

If you are uploading the apk to the google play and you are keeping the proper version naming the google play will provide the notification for the upgrade on the apk file