I have one published application on Google play with VersionName=1.0 and VersionCode=1.Now I want to upload a different apk for the same application which will support only tablets.
Rules on developer android site say that different apks must have different versionCodes.So I will give VersionCode=2 to the new apk.Will I also have to change the VersionName which is 1.0 for the already uploaded apk?
Also If I upload new apk with VersionName 1.0 and VersionCode 2, Will the users who already downloaded the published application get the upgrade notification of the application.I just want to gain knowledge about the upgrade scenarios and version naming in multiple apks publishing.
Please dont post the link of developer android website.I have read all the rules.I want guidance from one who has implemented multiple apks for the application on Google Play.