Software Archive
Read-only legacy content
17061 Discussions

Upgraded to Cordova now Google Play does not accept the app

Taha_M_
Beginner
649 Views

Hi Folks, I am a newbie with this. Thinking that I can fix the security issue I was getting from Google Play about Cordova, I just upgraded my html app to Cordova. When I try to upload the build to google play, it complains about the package name should be com.somthing.somethingelse and it also says that "Your APK's version code needs to be higher than 12."

Is there a way I can get it to do that? 

Thanks.

0 Kudos
8 Replies
Hamilton_Tenório_da_
Valued Contributor I
649 Views

Each compilation has a version code, and the newer must be greater than the older.

I must go to Projects tab, Building settings, and add + 1 in the field content of App Version Code.

0 Kudos
Taha_M_
Beginner
649 Views

Thanks, that helps with the version number. I still have an issue with" Your APK needs to have the package name com.webcai.lenses."

0 Kudos
Hamilton_Tenório_da_
Valued Contributor I
649 Views

Do you fill all the fields of these tab?

Are you building Android ou Crosswalk Android?

0 Kudos
Taha_M_
Beginner
649 Views

I am building Android. I tried changing the name under the project settings to Webcai.lenses and com.Webcai.lenses but that did not help.

Thanks for your help. Taha

0 Kudos
Hamilton_Tenório_da_
Valued Contributor I
649 Views

Uhn

Do you can attach a print of this tab?

0 Kudos
Taha_M_
Beginner
649 Views

I just figured it out. I just had to change the app id to that. Thanks for your help.

0 Kudos
PaulF_IntelCorp
Employee
649 Views

The "App ID" field is the one you need to set. Did you try setting it to "com.webcai.lenses" all lower case? I don't know if these are case-sensitive, but your message that you quote and what you said you did do not match...

0 Kudos
Taha_M_
Beginner
649 Views

Thanks you. I figured it out. I also changed the case just in case.

0 Kudos
Reply