开发者

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

Can MKSto开发者_开发百科reKit 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?


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


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜