I have a Chrome packaged application that I am testing to add in-app purchases. When running the application from my own account querying getSkuDetails
works fine. However, when running it from another test account, it returns TOKEN_MISSING_ERROR
. I cannot find any google developer documentation to help me progress this. Has anyone come across this?
相关问题
- In-App purchase auto renew transaction restore pro
- Can we change price for In app Billing product pla
- Google play store is giving extra credits to user?
- iOS In App Purchase sandbox testing says I have th
- Swift: IAP updatedTransactions not called on .Purc
相关文章
- Check the status of In-App Subscription in Android
- iOS app is rejected because of user buy subscripti
- Does an In App Purchase's Product ID have to b
- Adding Apple in-app purchase to Electron HTML/JS a
- Extending In-App Purhcase content (Magazine) to mo
- How do I remove ads with In-App Purchase?
- Swift inapp purchase fails but system dialog say y
- example of parsing a receipt for an in-app purchas
I discovered that this problem is related to the Chrome browser not being logged in. I ran into this same issue on my test machine's Chrome browser, however, after I logged Chrome into my Google Account, it returned success and I could also open the buy window.