I'm having difficulty setting up IN-APP PRODUCTS in Google Play for my game POPc.
I have done the following:
1. In Stencyl, I have ticked "Enable Purchases".
2. I have entered the Android Public Key which is a 4 line long set of characters and digits.
3. Compiled the apk and uploaded to google play as "BETA TESTING".
In Google Play, when I click on "IN-app Products", I receive the following error:
"Your app doesn't have any in-app products yet. To add in-app products, you need to add the BILLING permission to your APK. Upload a new APK".
What am I doing wrong?
Please help as this is the last item I need to fix before I can publish to Android.
Jon, suggested the following:
The billing permission is included by default unless you are using an older version or possibly using older versions of certain extensions that did not account for this (this snagged a lot of people) but were overriding AndroidManifest.xml.
I used the latest nightly build from 24 May. Only extension I'm using is the latest Admob Extension. Tried compiling on a Mac and PC, uploaded both versions to Google Play - but got the same error.
Could it be due to the Admob extension?