您尝试购买的物品不再可用 [环境:沙盒]
我正在尝试将应用程序内购买放入我的应用程序中。我设置了一个在沙盒环境中运行良好的消耗品。现在我刚刚制作了一种具有新价格等级的非消耗品新产品,并删除了旧产品。使用新的产品 ID 更新我的代码。发送请求时,它会正确显示具有新添加的价格等级的正确产品,但是当您点击“购买”按钮时,它会向您显示错误“您尝试购买的商品不再可用 [环境:沙盒]”。有什么想法吗?
I am trying to put In App purchase in my application. I had setup a consumable product which was working fine in Sandbox environment. Now i just made a new product which is non-consumable with new price tier, and deleted the old one. Update my code, with the new Product ID. When request is sent, it properly shows the right Product with newly added price tier, But when you tap on Buy button it gives you the error "The item you tried to buy is no longer available [Environment: Sandbox]". Any idea ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
生成新的临时配置文件并使用...我认为这会解决问题。
Generate new provisional profile and use... I think it will solve the problem.
这似乎不是错误设置的付款方式。我上周设置并运行的付款也出现了错误。
This seems to something other than an incorrectly set up payment. Payments I set up and worked last week are also giving the error.