Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rejected when reviewed on iOS 17.6.1 #57

Open
SahidKhan89 opened this issue Aug 13, 2024 · 2 comments
Open

Rejected when reviewed on iOS 17.6.1 #57

SahidKhan89 opened this issue Aug 13, 2024 · 2 comments

Comments

@SahidKhan89
Copy link

Apple rejects app updates due to being unable to locate the App Tracking Transparency permission request when reviewed on iOS 17.6.1. Currently using app_tracking_transparency: ^2.0.6 which is the most recent version available.

@deniza
Copy link
Owner

deniza commented Aug 13, 2024

Could you please check if the example provided with the app_tracking_transparency plugin runs and confirm whether the dialog appears on both the simulator and a connected Apple test device?

@takeapps88
Copy link

@SahidKhan89

I also implemented the initPlugin() as per the code provided and got rejected during Apple's review for the same reason.
https://pub.dev/packages/app_tracking_transparency/example

Upon checking, it worked fine on my iPhone, but on my iPad, the issue occurred as described in the rejection.

However, when I changed the 200 milliseconds in the code to 1000 milliseconds, the problem was resolved, and the Apple review passed.

It may not be a fundamental solution, but for now, I believe this should help you get through the review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants