[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 Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2014-04-10T06:25:24.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | n/a |
| Reporter | Jude Addo |
| Assignee | Ritu Agrawal |
| Created | 2014-04-09T13:38:36.000+0000 |
| Updated | 2016-03-08T07:37:11.000+0000 |
Description
Steps to Reproduce
NAActual Result
upload failsExpected Result
successful uploadAttachments
| File | Date | Size |
|---|---|---|
| .log | 2014-04-09T13:38:39.000+0000 | 15860 |
| diagnostic7125932866120716133.log | 2014-04-09T13:38:45.000+0000 | 14598 |
| play.jpg | 2014-04-09T13:38:53.000+0000 | 77470 |
| sample.png | 2014-04-09T13:38:50.000+0000 | 79869 |
I'm guessing you havent updated your tiapp.xml
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 versionCodeI also don't see where you asked this question on the Q&A before coming to the JIRA to report a BUG.
thanks. its working now
Resolving this ticket as a duplicate of TISTUD-5088.