问题
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.
来源:https://stackoverflow.com/questions/30468562/chrome-packaged-app-token-missing-error