【发布时间】:2012-03-17 00:10:07
【问题描述】:
我为在线杂志开发了一款非续订订阅类型的应用。
苹果开发者指南说:
" 使用 UDID 或 Apple Store ID 跟踪订阅是不合适的。 应使用您应提供的外部服务器跟踪订阅,以便将订阅发送到多个设备。 此外,请记住,强制用户注册以满足此要求是不合适的;此类用户注册必须是可选的。 "
最近我的应用被苹果拒绝了,原因如下:
11.6: Content subscriptions using IAP must last a minimum of 7 days and be available to the user from all of their iOS devices
17.2: Apps that require users to share personal information, such as email address and date of birth, in order to function will be rejected
所以.. 我如何在我的服务器上跟踪用户和用户订阅,以便为杂志分配正确的到期日? 就像苹果在这里说的 https://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/StoreKitGuide/APIOverview/OverviewoftheStoreKitAPI.html(进入服务器产品模型)
我认为我拒绝了我的应用程序,因为我强迫用户在我的服务器上放置有效的电子邮件以跟踪他的订阅。
我确定有人遇到过这种情况。有没有人遇到过同样的问题?
【问题讨论】:
-
您可能会发现我的问题也对此有所了解。 stackoverflow.com/questions/9492898/…
标签: objective-c ios in-app-purchase app-store-connect