使用IAP每月订阅

时间:2012-04-13 05:05:43

标签: iphone objective-c ios in-app-purchase

我们计划开发一个iPhone应用程序,其中一个是我们的 要求是我们想通过申请收取费用 每月。我们希望通过应用内购买实现这一目标。 这在使用IAP的iPhone应用程序中是否可行?如果是,那么你会 请指导我们。 这种应用程序在提交到iTunes Store时是否会获得批准?

1 个答案:

答案 0 :(得分:1)

您可以使用Auto-Renewable Subscriptions实现它。这是文档 http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/StoreKitGuide/RenewableSubscriptions/RenewableSubscriptions.html

如果您不想深入研究,可以使用MKStoreKit,它还支持Auto-Renewable。它只会让您的生活更轻松。

http://blog.mugunthkumar.com/coding/mkstorekit-4-0-supporting-auto-renewable-subscriptions/

相关问题