问题描述
我正在创建一个记事本应用程序,例如iPad的Evernote.我决定出于以下两个原因提供一些应用内购买计划.
- 解锁应用程序中的更多功能.
- 应在指定时间段后自动更新.
现在我很困惑要为此选择哪种类型的应用程序内购买.我对自动更新订阅
感兴趣在访问指南后此处,我发现了
但是非消耗品不是自动可更新的.
那我应该选择哪种类型的产品?
Apple是否批准使用自动续订订阅来解锁应用程序功能?
购买计划后,用户可以用多少台设备解锁(还原)具有相同Apple ID的功能?
提防使用Auto-Renewable subscription
,因为Auto-Renewable subscription
的世界很小.在这种情况下,有 99%个应用被拒绝了.基本上,Apple允许Auto-Renewable subscription
用于以下应用程序:
- 报纸,杂志
- 报亭
- 音频/视频流提要
- 约会服务会员
- 提供云存储服务的企业应用
您可以在此处阅读Apple定义明确的文档(第4页):
https://developer.apple.com /in-app-purchase/In-App-Purchase-Guidelines.pdf
我的一个应用程序遭到了苹果的以下评论:
我今天已经用non-auto subs
提交了应用,现在看看他们是否批准了,否则最后我必须确定consumable
是否具有某种服务器机制,迫使用户在特定时间段后再次购买. /p>
通过该线程,可能对您有用:
并阅读此文章
http://www.marco.org/2012/01 /06/autorenewable-subscription-limits
更新:我的另一个有关自动续订订阅的应用程序已获得苹果的批准.在批准之前,它被拒绝了2次.首先是IAP产品标识符中的内容不足,其次是应用程序描述不足.
I am creating an note taking app like Evernote for iPad. I decided to provide some In App Purchase plans for 2 reasons.
- Unlock more features in app.
- Should be Auto renewable after specified time period.
Now i have confusion which type of In App Purchase to select for this. I am interested in Auto-Renewable Subscriptions
After visiting the guidlines here, i found
But Non-consumable are not Auto-Renewable.
So which type of product should i choose?
Does Apple approve unlocking app features with Auto-Renewable Subscriptions?
Also, after purchasing a plan, on how many devices user can unlock(restore) features with same Apple ID?
Beware of using Auto-Renewable subscription
becuase Auto-Renewable subscription
's world is very small. 99% of the apps gets rejected in this case. Basically apple allows Auto-Renewable subscription
for apps those follows:
- Newspaper, Magazine
- News Stand
- audio/video streaming feeds
- membership to a dating service
- Business app providing cloud storage services
you can read a well defined document (page 4) by apple here:
https://developer.apple.com/in-app-purchase/In-App-Purchase-Guidelines.pdf
A application of mine got rejected with these comments by apple:
I have submitted app today with non-auto subs
and see now they approves it or not, otherwise finally I would have to make if consumable
with some server mechanism of forcing user to buy it again after a certain time period.
Go through this thread, might me useful for you:
iOS recurring subscription policy for service, not content
and read this article also:
http://www.marco.org/2012/01/06/autorenewable-subscription-restrictions
UPDATE:My another app on auto-renewable subscription got approved by apple. Before approval it got 2 rejections. First for insufficient content in IAP Product identifiers and second for insufficient application description.
这篇关于令人困惑的Apple In App Purchase产品的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!