Hey Guys,
i have a huge problem with my ionic 2 app and InAppPurchases.
Here the steps i did so far:
- I used the default InAppPurchase Plugin from ionic native
- I added a manifest.json file with:
{ "play_store_key": "<Base64-encoded public key from the Google Play Store>" }
to my www & src folder. - I added the ionic plugin add cordova-plugin-inapppurchase plugin
- My AndroidManifest.xml contains
<uses-permission android:name="com.android.vending.BILLING" />
- ???
And the google play store keep telling me, that my app dont contain InAppPurcheses.
Is there anything else i can do?
Thanks a lot!