iOS应用内购买,如何识别购买的产品

发布于 2024-12-10 22:53:05 字数 125 浏览 0 评论 0原文

我有一个用于阅读报纸的应用程序..通过应用程序内购买..每个产品都是报纸的一个版本。

当用户购买一个版本时,我不知道如何告诉应用程序商店购买了哪个版本。 我如何记录这些信息?有我可以发送到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浅暮の光 2024-12-17 22:53:05

用户只能通过 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文