Hi guys,
I am trying to implementing IAP to an app that I have on the google play store. Few facts:
- App is made with construct 2
- App is build using CocoonJS
- Billing-Permission is requested/granted in CocoonJS/cocoon.io (for both productive and beta app)
- IAP is set up in Google Play Developer Console
Here is the relevant code portion:
Here's my problem: When I start the layout on an Android device my debug console reads:
"Requesting store listing...
WARNING: Store not available!"
In other words, the app somehow cannot connect with the google play store. Any ideas why that might be the case?