ios – 如何在应用程序购买中对自动续订进行编程以满足Apple指南?

ios – 如何在应用程序购买中对自动续订进行编程以满足Apple指南?,第1张

概述我有2个自动续订的应用内订阅被Apple审核,但我一直被拒绝.请注意,这与IAP产品(显然尚未经过审核)无关,而是与我在UI中呈现信息的方式有关.我永远不会让Apple明确表达如何克服拒绝.我曾经对它提出过一次上诉并再次被拒绝,尽管我确实将所请求的信息放在元数据和二进制文件中.我更改了应用程序的流程,以便在用户选择订阅之后以及在将购买请求发送到StoreKit之前立即显示信息. Apple显然认为 我有2个自动续订的应用内订阅被Apple审核,但我一直被拒绝.请注意,这与IAP产品(显然尚未经过审核)无关,而是与我在UI中呈现信息的方式有关.我永远不会让Apple明确表达如何克服拒绝.我曾经对它提出过一次上诉并再次被拒绝,尽管我确实将所请求的信息放在元数据和二进制文件中.我更改了应用程序的流程,以便在用户选择订阅之后以及在将购买请求发送到StoreKit之前立即显示信息. Apple显然认为我正在“添加”StoreKit模式警报,但我不是.我在用户请求购买或恢复之前,在UIAlertController警报中呈现信息.所有的购买和恢复代码都经过了彻底的测试,但我仍然坚持这种UI拒绝.

这是来自itunes connect的拒绝说明:

GuIDeline 3.1.2 – Business – Payments – Subscriptions

We continue to find that your app and its Metadata dID not fully meet
the terms and conditions for auto-renewing subscriptions,as specifIEd
in Schedule 2,Section 3.8(b).

Your app’s binary dID not include:

– information about the auto-renewable nature of the subscription –
links to the privacy policy and terms of use

While your app displays subscription information in a modal alert,
this information must be clearly Listed within the app itself before
the user initiates the in-app purchase. displaying this information in
a modal alert is not sufficIEnt.

Your app’s Metadata dID not include:

– The length of the subscription – A privacy policy in the Privacy
Policy URL fIEld of iTunes Connect

For your convenIEnce,we’ve included Schedule 2,section 3.8(b) below.

You clearly and conspicuously disclose to users the following
information regarding Your auto-renewing subscription:

– Title of publication or service

– Length of subscription (time period and/or content/services provIDed
during each subscription period)

– Price of subscription,and price per unit if appropriate

– Payment will be charged to iTunes Account at confirmation of
purchase

– Subscription automatically renews unless auto-renew is turned off at
least 24-hours before the end of the current period

– Account will be charged for @R_172_5026@ within 24-hours prior to the end
of the current period,and IDentify the cost of the @R_172_5026@

– Subscriptions may be managed by the user and auto-@R_172_5026@ may be
turned off by going to the user’s Account Settings after purchase

– links to Your Privacy Policy and Terms of Use

– Any unused portion of a free trial period,if offered,will be
forfeited when the user purchases a subscription to that publication,
where applicable

Next Steps

To resolve this issue,please revise your app or its Metadata to
include the missing information. Adding the above information to the
StoreKit modal alert is not sufficIEnt; the information must also be
Listed somewhere within the app itself,and it must be displayed
clearly and conspicuously.

If the above information is in your app,please reply to this message
in Resolution Center to provIDe details on where to locate it.

解决方法 您应该尝试查看其他应用程序正在执行的 *** 作,以了解所需内容.以下是他们要求的东西:

1-有关订阅的自动更新性质的信息:

为此,您需要在app中包含苹果合约中的此部分.我认为他们不希望你使用UIAlertVIEw.这可能是他们所谓的“模态警报”.这是您需要包含的文本(完全或改写):

• Payment will be charged to iTunes Account at confirmation of purchase

• Subscription automatically renews unless auto-renew is turned off at
least 24-hours before the end of the current period’

• Account will be charged for @R_172_5026@ within 24-hours prior to the end of the current period,and IDentify the cost of the @R_172_5026@

• Subscriptions may be managed by the user and auto-@R_172_5026@ may be turned off by going to the user’s Account Settings after purchase

• Any unused portion of a free trial period,will be forfeited when the user purchases a subscription to that publication,where applicable.

以下是evernote如何做到的示例:

2-您还需要在应用程序内包含指向您隐私政策和使用条款的链接.您可以将这些放在上面提供信息的位置

3-您需要在itunes connect的app描述中包含您订阅的长度. (例如月度和年度订阅计划……)

4-您需要在隐私政策URL字段中添加隐私政策:

总结

以上是内存溢出为你收集整理的ios – 如何在应用程序购买中对自动续订进行编程以满足Apple指南?全部内容,希望文章能够帮你解决ios – 如何在应用程序购买中对自动续订进行编程以满足Apple指南?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1007627.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-22
下一篇 2022-05-22

发表评论

登录后才能评论

评论列表(0条)

保存