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?
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?
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.