Software Archive
Read-only legacy content
17060 Discussions

BILLING permission

Adam_t_1
Beginner
431 Views

Hi.

I have a problem of billing. Whenever I create an application through Cordova not allow it billing but when I create app through Hybrid mobile platform billing is allowed. How i allowed billing in Cordova. Sorry for my english language I do not come from USA.

0 Kudos
2 Replies
Adam_t_1
Beginner
431 Views

Now it says "Model APK version must be higher than the 13th" at uploading apk file to google play pleas help me :( 

0 Kudos
Pamela_H_Intel
Moderator
431 Views

Adam,

It sounds like you have a Legacy App (which automatically included billing functionality) and you upgraded to Cordova. For Cordova you need to use a billing plugin.

As for your Google Play error - your App Version Code is probably too low. In the Legacy version that number was automatically updated, but now, for several important reasons, you need to input that number yourself. Open your project, go to the PROJECTS tab, go to Build Settings, in the App Version Code box put a number greater than 13 (14 will work fine). For Android, this App Version Code is critical for Google Play to know whether a device has the latest upgrade for your app. Since Legacy automatically updated this number, you probably never tracked it and thus the number 13 meant nothing to you. But now you need to increment it yourself.

0 Kudos
Reply