如何取消我自己的测试应用内购买交易? (这样我就可以再次测试)
我正在为 iPhone 应用程序实施应用程序内购买。 一切都很好 - 商店套件非常易于使用,经过几个小时的编程后一切正常。
问题是:我的产品是非消耗品,因此一旦我购买了它,应用商店总是说我已经拥有它并且不让我再次测试付款,它只是调用交易恢复方法。
再次强调:它是非消耗品。
有人知道如何删除我购买的该产品,以便我可以再次测试付款吗?
(无需注册新的测试帐户或其他有趣的解决方法)
I'm implementing an in app purchase for an iPhone app.
All is good - store kit is very easy to use and everything is working after few hours of programming.
Problem is : my product is non consumable, thus once I bought it, the app store always says that I already have it and does not let me test the payment again, it just calls transaction restore method.
Again : it's a NON consumable product.
Anybody knows how can I delete my purchase of that product, so I can test the payment again?
(without registering new test account, or other funny workarounds)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为你不能完全做你想做的事。您可能会发现 SimStoreKit 对于测试很有用,但是要使用真正的测试商店进行测试,我认为您会必须创建一个新用户。
I don't think you can do exactly what you want to do. You might find SimStoreKit useful for testing, but to do it with the real test store, I think you would have to create a new user.