iOS应用内购买,如何识别购买的产品
我有一个用于阅读报纸的应用程序..通过应用程序内购买..每个产品都是报纸的一个版本。
当用户购买一个版本时,我不知道如何告诉应用程序商店购买了哪个版本。 我如何记录这些信息?有我可以发送到 appStore 的元数据吗?
I have an app for reading newspaper.. with in-app purchase..every product is an edition of the paper.
When the user bought an edition i don't know how to tell to app store what edition was bought.
How can i record this information? there are metadata that i can send to appStore?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
用户只能通过 AppStore 在您的应用程序中购买商品。
换句话说,您发送带有应用内购买的指定
产品标识符
的AppStore交易,然后AppStore处理该交易,然后通知您的交易观察者交易结束。The user can bought something in your application only through AppStore.
In other words, you send AppStore transaction with specified
product identificator
of you In-App Purchase, then AppStore process the transaction and then inform your transaction observer about ending of transaction.