MKStoreKit 可以用于自动续订应用内购买吗?我在代码中的哪里发送“共享秘密”?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
截至目前,它不支持。我计划很快实现这个功能。
As on date, it doesn't support. I'm planning to implement this feature soon.
查看 InventoryKit (IK) - https://github.com/agoodman/inventory-kit
IK支持所有应用内购买,包括通过名为 EnrollMint 的网络服务(http://enrollmint.com,@enrollmint)。 EnrollMint 提供用于收据验证的沙箱和生产环境,以及用于通知您的 Web 服务订阅更改的回发系统。如果您还想集成第三方订阅计费提供商,例如 Chargify 或 Recurly,允许用户在网络上购买和使用订阅。 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.