Testing Chrome In App Payments

那年仲夏 提交于 2019-12-10 10:09:49

问题


I am looking to integerate IAP (https://developer.chrome.com/webstore/payments-iap) in to my extenstion but I can't seem to find a way to test payments.

If I switch the env to sandbox I get and error of type "ENV_NOT_SUPPORTED_ERROR"


回答1:


Quoting the docs you link:

Testing purchases

Prior to publishing your app to the world, you can test the In-App Payment experience by publishing it only to trusted testers. When your app is published to trusted testers, the purchase flow will proceed normally, except they will not be charged.



来源:https://stackoverflow.com/questions/28311236/testing-chrome-in-app-payments

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!