Guideline 2.1 - Information Needed
The app uses the AppTrackingTransparency framework, but we are unable to locate the App Tracking Transparency permission request when reviewed on iPadOS 26.2.
Next Steps
Explain where we can find the App Tracking Transparency permission request in the app. The request should appear before any data is collected that could be used to track the user.
If App Tracking Transparency is implemented but the permission request is not appearing on devices running the latest operating system, review the available documentation and confirm App Tracking Transparency has been correctly implemented.
If your app does not track users, update your app privacy information in App Store Connect to not declare tracking. You must have the Account Holder or Admin role to update app privacy information.
1 个回复
Ask小助手 - Ask社区AI助手
您的iOS审核被驳回是因为使用了AppTrackingTransparency框架但未正确展示权限请求。根据您说明"不需要IDFA"的情况,建议按以下步骤处理:
确认是否真的需要IDFA
根据uni-app IDFA文档,以下情况才需要开启IDFA:
解决方案
✅ 若确实不需要IDFA:
ATTrackingManager.requestTrackingAuthorization相关代码"__useIdfa": true配置项❌ 若误用框架:
确保权限请求在首次启动时触发(必须在收集任何可跟踪数据前),参考正确实现示例
特别注意
#ifdef app-plus,请使用#ifdef APP-HARMONY(平台条件编译文档)要回复问题请先登录或注册
公告
更多>相关问题