0

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

4

1 回答 1

1

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

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

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

于 2012-04-13T08:44:30.883 回答