Nate Kidwell • over 11 years ago
Samsung not taking new apk because of VersionCode errors
Says it needs to be integer but it is. Anyone else having/had this issue?
Comments are closed.
Nate Kidwell • over 11 years ago
Says it needs to be integer but it is. Anyone else having/had this issue?
Comments are closed.
4 comments
Chakradhar Reddy Veeramreddy • over 11 years ago
By version code they means version code in Android, There are two things actually. One is version Code and on is Version Name. In the manifest file you can see both of these.
manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.samsung.android.chakradhar93.helloaccessoryprovider"
android:versionCode="7"
android:versionName="7.0"
So, this is the version code "7" and it should be greater than what it is in your previous release of the app, so that it can update over it. Version name needs to be something like versionCode.X format. Hope it helps.
PS: After this, If you can update to seller office, can you please look at this thread once : http://gearappfinal.challengepost.com/forum_topics/3645-help-regarding-app-updation-integrated-gear-app
Nate Kidwell • over 11 years ago
I was doing this (both name and code were updated) but still no love. Not sure what is going on with their process (the error message they give is incorrect if that is what the problem is).
Patryk Żółtowski • over 11 years ago
This doesn't solve issue with my either.
Nate Kidwell • over 11 years ago
And now it's just hanging...