Reject related to AppTrackingTransparency
See original GitHub issueCan anyone tell me how I solved this problem?
Guideline 2.1 - Information Needed
We’re looking forward to completing the review of your app, but we need more information to continue. Specifically, we noticed that your app uses the AppTrackingTransparency framework, but we haven’t been able to locate the relevant AppTrackingTransparency permission requests.
While it is not required to implement AppTrackingTransparency at this time, we check to make sure the implementation is compliant with our guidelines when we detect the framework in an app.
Next Steps
If your app integrates AppTrackingTransparency, please indicate where in your app we can find the AppTrackingTransparency permission request.
If your app does not integrate AppTrackingTransparency, please indicate this information in the Review Notes section for each version of your app in App Store Connect when submitting for review.
Resources
See the app privacy question update.
Learn more about how AppTrackingTransparency protects user’s privacy and data.
Since your App Store Connect status is Metadata Rejected, we do NOT require a new binary. To revise the metadata, visit App Store Connect to select your app and revise the desired metadata values. Once you’ve completed all changes, reply to this message in Resolution Center and we will continue the review.
Info.plist
<key>NSUserTrackingUsageDescription</key>
<string>This identifier will be used to deliver personalized ads to you.</string>
<key>io.flutter.embedded_views_preview</key>
<true/>
<key>SKAdNetworkItems</key>
<array>
<dict>
<key>SKAdNetworkIdentifier</key>
<string>cstr6suwn9.skadnetwork</string>
</dict>
</array>
Podfile
platform :ios, '9.0'
Issue Analytics
- State:
- Created 3 years ago
- Reactions:5
- Comments:6
Top Results From Across the Web
Apple Reject “Explain the use of t… | Apple Developer Forums
Apple Reject my app with feedback that says I need to change my AppTrackingTransparency description. My app doesn't use personalized ads or IDFA....
Read more >Reject related to AppTrackingTransparency - Solar2D Forums
Specifically, we noticed that your app uses the AppTrackingTransparency framework, but we haven't been able to locate the relevant ...
Read more >App Tracking Transparency privacy checkboxes and app store ...
I keep getting my iOS app submission rejected by apple with the following message: Guideline 5.1.2 - Legal - Privacy - Data Use...
Read more >How to solve App Tracking Transparency app store rejection ...
Tutorial on being compliment with app tracking transparency on Apple iOS 14.5.
Read more >App Rejected. AppTrackingTransparency : Unable to…
When requesting privacy related authorizations, such as for App Tracking Transparency, location, or camera access, apps should present one request at a time....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Shouldn’t it be part of the ad library? why do we need to add another library?
My app is accepted by Apple Store Connect now. Thank you!!