應用內支付自動續(xù)費 連續(xù)包月 審核注意問題
開發(fā)的APP最近前段時間由于IAP自動續(xù)費連續(xù)被拒了兩次, 根據出現的問題, 總結了幾個點, 希望能幫助到后續(xù)開發(fā)遇到同樣問題的小伙伴
第一次被拒提示我們二進制數據有問題, 需要我們在APP內部做一些處理
解決方法 : 需要在支付界面添加支付相關的描述內容, 如下圖所示:

會員購買頁.png
會員服務協(xié)議, 自動續(xù)費服務的描述可做成前端頁面或本地頁面, 對服務和一些隱私, 免責等進行一些描述, 這兩個按鈕必須十分明顯的展示出來
其次, 我們需要在itunes后臺隱私政策配置以下相關描述的url
第二次被拒提示我們元數據有問題, 描述如下
We noticed that your iPhone and iPad did not fully meet the terms and conditions for auto-renewing subscriptions, as specified in Schedule 2, Section 3.8(b).
Your app's metadata did not include:
– Information about the auto-renewable nature of the subscription
– A link to the terms of use
– 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 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
– 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.
上面主要意思是說需要我們在APP本身明確的講上面幾點描述清晰明確的表現出來
解決方法: 在版本描述位置添加對以下幾點的描述
- 出版物或服務的名稱
- 訂閱時間(在每個訂閱期內提供的時間和/或內容/服務)
- 訂閱價格,如果合適,每單位價格
- 付款將在購買確認后支付到iTunes帳戶。
- 訂閱自動更新,除非自動更新關閉至少24小時前,在本期結束。
- 賬戶將在本期結束前24小時內收取續(xù)期費用,并確認續(xù)期費用。
- 訂閱可以由用戶管理,自動更新可以在購買后轉到用戶的帳戶設置。
- 鏈接到您的隱私政策和使用條款
- 免費試用期的任何未使用部分,如果提供,將在用戶購買該出版物的訂閱時被沒收,如果適用的話。
類似以下APP描述信息截圖:

愛奇藝.png

騰訊視頻.png
添加上述幾點的時候, 如果你的APP支持多個地區(qū)的商店上架, 請在每一種語言下都進行設置, 切記!!!! 如果被拒是因為這個原因, 他給出的反饋信息里是不會明確指出的
完成以上幾點的描述 基本可以通過自動續(xù)費的審核了