I am trying to setup in-app purchase for my app Check Printer+, using the library here:
The idea is to have a free app, Check Printer Free with some limitations, containing the in app purchase for Check Printer+, the full feature app.
I copied all relevant code from the example Starter module, as well as in the Manifest editor, into Check Printer Free.
Now, following the instructions at https://support.google.com/googleplay/android-developer/answer/1153481 I am trying to create a Managed Product with Check Printer+, so I can setup an in-app purchase within Check Printer Free.
When I try to do so, I get :
---
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
---
How do I add the Billing Permission to Check Printer+, so I can make it a managed product ?
TIA
GooglePlayBilling - In App Purchases
The previous service which was used by InAppBilling3 library is being deprecated and will soon won't be available. GooglePlayBilling is based on the new in app purchases service: https://developer.android.com/google/play/billing/billing_library_overview Usage instructions: 1. Add to the...
www.b4x.com
The idea is to have a free app, Check Printer Free with some limitations, containing the in app purchase for Check Printer+, the full feature app.
I copied all relevant code from the example Starter module, as well as in the Manifest editor, into Check Printer Free.
Now, following the instructions at https://support.google.com/googleplay/android-developer/answer/1153481 I am trying to create a Managed Product with Check Printer+, so I can setup an in-app purchase within Check Printer Free.
When I try to do so, I get :
---
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
---
How do I add the Billing Permission to Check Printer+, so I can make it a managed product ?
TIA