Android 应用内计费
我正在 Android 中进行应用程序内计费,我已经使用 com.test.purchased 产品对其进行了测试,并且工作正常。但是当我在 requestPurchase(..)
方法中发送我自己的产品 ID 时,我已在市场上添加并发布了该方法。它没有向我显示正确的价格,而是显示默认价格 0.99。我已将我的应用程序上传到市场,但尚未发布。它在草稿中。
我想知道我没有收到产品的可能原因是什么?
I am working on the in app billing in android and I have tested it with com.test.purchased product it and it works fine. but when i send my own product id in requestPurchase(..)
method which I have added and published on market. It does not show me its correct price it shows the default price which is 0.99. I have uploaded my app on market but have not published it. its in draft.
I want to know what could be the possible reason that i am not getting my product?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你发布了你的产品吗?你们在那里定价的?
Did you publish your product? And there did you set you price?
Play 商店不支持用于测试应用内购买的草稿应用程序。如果您想测试您的应用内结算,那么您必须将您的应用放入 Play 商店的 ALPHA TESTING 中。
Play store does not support draft applications for testing In App Purchases. If you want to test your in-app billing then you have to put your app in ALPHA TESTING on play store.