Open marcsyp opened 10 years ago
Also, I have tried the following: . canceled my test purchase and received confirmation of that test purchase cancellation . uninstalled and reinstalled the app . Triple checked the public key in the java file . The readme has changed since I installed this plugin, so I created a billing_key.xml file in /values . Made sure the APK installed is the same as the APK on Google Play
I have not uninstalled and reinstalled the inAppBiling plugin. Should I try that?
One more note. This is occurring for an actual purchase as well as test purchases.
I'm experiencing the same... Did you get anywhere with this?
I have discovered that, at least in my case, it's not possible to use a debug build even if signed with the same key as the release build. Once I install the release version, I usually get no response (no error message, nothing, but of course I can't check the console to see anything since it's not debuggable). Then, after waiting 8-24 hours, the billing system starts to work.
A really annoying situation, to be sure...
I'm in de same boat, currently testing with a test purchase: android.test.purchased
Here's a recommendation: Make sure that your Billing Key is properly saved. That was my problem, after all that...
i am getting the same error and my base64 publickey is correct
cordova plugin add https://github.com/poiuytrez/AndroidInAppBilling.git --variable BILLING_KEY="MIIBIjANBgk.......Hb3KtJI39jopGfcAWCO8m1gKrS9o4yaYV6vnZBN1ksRwIDAQAB"
This is how am installing the plugin. is there something else i need to configure:(
Everything was working fine until a few weeks ago, when I started getting this error. The init() is successful, but trying to query the purchases fails. I am using an account that is listed under the test accounts in my Developer console (not the developer account).
I am hearing from my beta testers that they are getting the same error.
Using Cordova 3.6.3 (but was happening in Cordova 3.3 as well), v3 of the plugin. Did the Google Play API change recently?
Thanks, Marc