更新時(shí)間:2024-04-24 07:31:03作者:admin3
昨天提交蘋果商店被拒
Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage
We noticed that your app requests the user’s consent to access their AppTracking Transparency but does not clarify the use of the AppTracking Transparency in the applicable purpose string.
Next Steps
Please revise the relevant purpose string in your app’s Info.plist file to specify why the app is requesting access to the user's AppTracking Transparency. You can modify your app's Info.plist file using the property list editor in Xcode.
To help users understand why your app is requesting access to their personal data, all permission request alerts in your app should specify how your app will use the requested feature.
Resources
For additional information and instructions on requesting permission, please review the Requesting Permission section of the iOS Human Interface Guidelines and the Information Property List Key Reference. You may also want to review the Technical Q&A QA1937: Resolving the Privacy-Sensitive Data App Rejection page for details on how to provide a usage description for permission request alerts.
Please see attached screenshot for details.
從郵件中看,原因是使用了用戶追蹤(IDFA)但是NSUserTrackingUsageDescription的文案不符合規(guī)則,不能明確表明使用用戶追蹤的意圖。
經(jīng)測(cè)試,NSUserTrackingUsageDescription中一定要包含數(shù)據(jù)(data)和廣告(ads)兩個(gè)字段,修改后提交即可通過(guò)。