ios因为官方的SDK收集Device ID,被多次拒绝!
ios审核要求我告诉他是在应用哪个页面进行收集
但是这是uni官方提供的SDK
我该如何回复他?
Guideline 5.1.2 - Legal - Privacy - Data Use and Sharing
The app privacy information you provided in App Store Connect indicates you collect data in order to track the user, including Device ID. However, you do not use App Tracking Transparency to request the user's permission before tracking their activity.
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:
- If you do not currently track, or decide to stop tracking, update your app privacy information in App Store Connect. You must have the Account Holder or Admin role to update app privacy information.
- If you track users, you must implement App Tracking Transparency and request permission before collecting data used to track. When you resubmit, indicate in the Review Notes where the permission request is located.
2 个回复
云开发接单 (作者) - 专攻云开发,有云开发的小单子可找我
没有人遇到这个问题吗?
FireFlyTest - 萤火虫鸿蒙开发
如果没有用到IDFA,则去掉mainfest.json里面的IDFA获取开关,如果获取了,则在隐私协议里面注明。