Titanium JIRA Archive
Appcelerator Community (AC)

[AC-894] Version code of app is not recognised in google play. When I try uploading my apk unto play store it fails stating that there is already an app with version code 1 even though I have compiled the new app with a different version(2.0).

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionDuplicate
Resolution Date2014-04-10T06:25:24.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterJude Addo
AssigneeRitu Agrawal
Created2014-04-09T13:38:36.000+0000
Updated2016-03-08T07:37:11.000+0000

Description

Steps to Reproduce

NA

Actual Result

upload fails

Expected Result

successful upload

Attachments

FileDateSize
.log2014-04-09T13:38:39.000+000015860
diagnostic7125932866120716133.log2014-04-09T13:38:45.000+000014598
play.jpg2014-04-09T13:38:53.000+000077470
sample.png2014-04-09T13:38:50.000+000079869

Comments

  1. Stephen Feather 2014-04-09

    I'm guessing you havent updated your tiapp.xml section eh?
       <android xmlns:android="http://schemas.android.com/apk/res/android">
         <manifest android:versionCode="2" android:versionName="2.0"
         package="com.Appname.Appname" xmlns:android="http://schemas.android.com/apk/res/android"/>
       </android>
       
    android:versionCode is an integer (whole number) and represents the increased value of the build being uploaded. (first being 1, second being 2, etc) android:versionName is a string, human readable that may or may not correspond directly to versionCode
  2. Stephen Feather 2014-04-09

    I also don't see where you asked this question on the Q&A before coming to the JIRA to report a BUG.
  3. Jude Addo 2014-04-09

    thanks. its working now
  4. Ritu Agrawal 2014-04-10

    Resolving this ticket as a duplicate of TISTUD-5088.

JSON Source