MKStoreKit 可以用于自动续订应用内购买吗?我在代码中的哪里发送“共享秘密”?

发布于 2024-11-07 19:33:32 字数 92 浏览 0 评论 0原文

MKStoreKit 可以用于自动续订应用内购买吗?我在代码中的哪里发送“共享秘密”?

有人有使用 MKStoreKit 进行自动续订应用内订阅的经验吗?

Can MKStoreKit be used for auto-renew in-app purchases? Where in the code do I send up the "shared secret"?

Anyone have any experience with using MKStoreKit for auto-renewal in-app subscriptions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

吃素的狼 2024-11-14 19:33:32

截至目前,它不支持。我计划很快实现这个功能。

As on date, it doesn't support. I'm planning to implement this feature soon.

贱贱哒 2024-11-14 19:33:32

查看 InventoryKit (IK) - https://github.com/agoodman/inventory-kit

IK支持所有应用内购买,包括通过名为 EnrollMint 的网络服务(http://enrollmint.com@enrollmint)。 EnrollMint 提供用于收据验证的沙箱和生产环境,以及用于通知您的 Web 服务订阅更改的回发系统。如果您还想集成第三方订阅计费提供商,例如 ChargifyRecurly,允许用户在网络上购买和使用订阅。 EnrollMint 充当订阅数据的所有者,在您的网络和移动应用程序之间协调这些数据,以便您的用户可以在一台设备上购买并无缝切换到网络或另一台设备。

Check out InventoryKit (IK) - https://github.com/agoodman/inventory-kit

IK supports all in-app purchases, including auto-renewable susbcriptions via a web service called EnrollMint (http://enrollmint.com, @enrollmint). EnrollMint offers sandbox and production environments for receipt verification, as well as a post-back system to notify your web service of subscription changes. Post-back is critical if you want to also integrate third-party subscription billing providers, like Chargify or Recurly, to allow users to buy and use subscriptions on the web. EnrollMint acts as the owner of subscription data, coordinating this data between your web and mobile apps, so your users can buy on one device and switch to the web or another device seamlessly.

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