ios 应用因付费应用协议(protocol)第 3.8(b) 节而被拒绝

标签 ios iphone in-app-purchase app-store-connect xcode10

我的 ios 应用程序在应用商店中可用。但它的更新因付费应用协议(protocol)第 3.8(b) 节而被拒绝。

app store link of the app

我的应用有三个(每周、每月、每年)自动续订订阅。现在我在我的应用程序中只使用一个(每月)订阅。但是在应用商店中,它显示了三天的免费试用,并且订阅我的每周订阅而不是每月订阅。当任何人点击免费试用时,如果安装了应用程序,则将用户带到应用程序但没有任何 react ,或者如果未安装应用程序,则开始安装第一个应用程序,完成后将用户带到应用程序并且没有任何 react 。

现在我认为解决方案是当任何人通过点击应用商店的免费试用进入应用时,应用应该显示每周订阅详情和购买对话框。但是我怎样才能检测到这个事件并显示购买订阅对话框?

Like This

来自苹果的消息:

We noticed that your app or its metadata did not fully meet the terms and conditions for auto-renewing subscriptions, as specified in Schedule 2, section 3.8(b) of the Paid Applications agreement.

When the user initiates an in-app purchase on the App Store, they are taken into your app to continue the transaction. However, the following information must be displayed to the user prior to the purchase:

– Information about the auto-renewable nature of the subscription, including • Title of publication or service • Length of subscription (time period and content or 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 renewal within 24-hours prior to the end of the current period, and identify the cost of the renewal • Subscriptions may be managed by the user and auto-renewal may be turned off by going to the user's Account Settings after purchase • Any unused portion of a free trial period, if offered, will be forfeited when the user purchases a subscription to that publication, where applicable – A link to the terms of use – A link to the privacy policy

Next Steps

To resolve this issue, please revise your app to include the missing information prior to initiating any auto-renewing subscription purchases within your app. Adding the above information to the StoreKit modal alert is not sufficient; the information must also be displayed within the app itself, and it must be displayed clearly and conspicuously during the purchase flow without requiring additional action from the user, such as opening a link.

最佳答案

我有同样的问题。这很棘手,但我解决了。

Apple 以点的形式为您提供了您需要显示的条件。我必须制定隐私政策和使用条款(这些条件)并将其发布在应用程序的网站上。我将这些条件(包括网站链接)放在全屏 VC 中,并要求用户在购买前接受它们。我还将它们放在应用商店的应用说明中。它被接受了。

请注意,Apple 最近指定了隐私政策和使用条款的要求。如果我想更新应用程序,我确定我必须更改我的隐私政策。

关于ios 应用因付费应用协议(protocol)第 3.8(b) 节而被拒绝,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53125778/

相关文章:

ios - 我可以查看用户安装了哪些 iOS 应用程序以及应用程序内购买了哪些应用程序吗?

iphone in app purchases non renewable product 多次购买

ios - UITableView Cell 中的动态布局

ios - 仅当所有文本字段都已填写时才在 Swift 中启用按钮

iphone - 以编程方式在 iPhone 联系人列表中添加联系人

iphone - 更改导航项(栏)的背景颜色

ios - 方法未到达完成 block

ios - 在保存到照片卷之前为视频文件指定一个特定的名称 - iOS

ios - 防止 MKPolygon 打结

iphone - autoresizingMask 和固定边距的问题