Hi,
I'm exporting a C2 project in C3, after uploading to Google Play Store it says that I'm missing the permissions for BILLING.
The game used the C2 Cordova plugin that allowed IAPs (This plugin seems to be whitelisted from what I've seen)
Everything worked fine back in IntelXDK days, but now I have this problem with the same game.
Is there a way I can add this in manually (if not through some options).
I think its something to do with: <uses-permission android:name="com.android.vending.BILLING" />
...but I don't know where to add this.
Thanks