Type Here to Get Search Results !

Android Version Code and Version Name

Change of  Version code and name in native, PhoneGap and Cordova projects using Visual Studio.

What is Version Code ( android:versionCode )

 An internal version number. This number is used only to determine whether one version is more recent than another, with higher numbers indicating more recent versions. This is not the version number shown to users; that number is set by the versionName attribute. The value must be set as an integer, such as "100". You can define it however you want, as long as each successive version has a higher number. ...

What is Version Name ( android:versionName )

The version name shown to users. This attribute can be set as a raw string or as a reference to a string resource. The string has no other purpose than to be displayed to users. The versionCode attribute holds the significant version number used internally.

Native:

Changing for version code and name.
 Step 1: Open AndroidManifest.xml.
 Step 2: Search for "android:versionCode"  and android:versionName.

PhoneGap Or Cordova.

Step 1: Open Config.xml.
Step 2 : Select Common tab. In Common tab content you can find Version with 3 options major,  minor and build. This will show like 1.0.1(major(1), minor(0), build(1)).
Step 3: Select Android Tab and change Version Code higher and previous one in numeric.
Step 4: Build and upload you release apk to PlayStore under All application > apk and select "upload" new apk to production.




Post a Comment

1 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.

Top Post Ad

bogger post ad 1

Below Post Ad

bogger post ad 2

ezoic

Ads Section