一、Guideline 3.1.2 - Business - Payments - Subscriptions
Guideline 3.1.2 - Business - Payments - Subscriptions
We noticed that your app did not meet all the terms and conditions for auto-renewing subscriptions, as specified in Schedule 2, section 3.8(b) of the Paid Applications agreement.We were unable to find the following required item(s) in your app's metadata:
– A functional link to the Terms of Use
Next Steps
To resolve this issue, please revise your app to include this missing information. If the above information is in your app or metadata, please reply to this message in Resolution Center to provide details on where to locate it.
To add your license agreement text or privacy policy to appear on the App Store page for your app:
- Open your app in App Store connect
- Select the App Information page from the left hand menu
- In the General Information section, choose “Edit” next to “License Agreement” or "Privacy URL"
- Click the relevant option to apply a custom EULA or Privacy Policy
- Copy and paste your custom EULA or Privacy Policy into the appropriate boxResources
- Learn more about offering auto-renewable subscriptions on the App Store.
- For your convenience, we’ve included part of Section 3.8 of the Apple Developer Program License Agreement below:"3.8 You may offer auto-renewing subscriptions in select Territories using the In-App Purchase API subject to the terms of this Schedule 2, provided that:
[…]
(b) You clearly and conspicuously disclose to users the following information regarding your auto-renewing subscription:
- Title of auto-renewing subscription, which may be the same as the in-app product name
- Length of subscription
- Price of subscription, and price per unit if appropriate"
內購自動訂閱被拒絕,問題是在App Store Connect部分關於內購自動訂閱部分沒有呈現給用戶,所以在網上找了解決方法《內購審核支付失敗_蘋果內購訂閱審核參考: 3.1.1 的 In-App Purchase 問題》,也是參考愛奇藝將相關描述寫在APP的描述部分供用戶參考。
二、 Guideline 5.1.2 - Legal - Privacy - Data Use and Sharing
Guideline 5.1.2 - Legal - Privacy - Data Use and Sharing
We noticed you do not use App Tracking Transparency to request the user's permission before tracking their activity across apps and websites. The app privacy information you provided in App Store Connect indicates you collect data in order to track the user, including Device ID.Starting with iOS 14.5, apps on the App Store need to receive the user’s permission through the AppTrackingTransparency framework before collecting data used to track them. This requirement protects the privacy of App Store users.
Next Steps
Here are two ways to resolve this issue:
- You can remove the tracking functionality from your app and update your app privacy information in App Store Connect.
- If you decide to continue tracking users, you must implement App Tracking Transparency and request permission before collecting data used to track the user or device. When you resubmit, indicate in the Review Notes where the permission request is located.
iOS14.5推出用戶可以主動選擇是否追蹤idfa后,因為項目中友盟SDK用到了idfa所以將Privacy - Tracking Usage Description加入到了plist文件中但是沒有請求相關權限,所以被拒了,只要將請求權限的代碼加上即可。