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?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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.