app_tracking_transparency icon indicating copy to clipboard operation
app_tracking_transparency copied to clipboard

Rejected when reviewed on iOS 17.6.1

Open SahidKhan89 opened this issue 1 year ago • 2 comments

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.

SahidKhan89 avatar Aug 13 '24 10:08 SahidKhan89

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?

deniza avatar Aug 13 '24 13:08 deniza

@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.

takeapps88 avatar Aug 14 '24 07:08 takeapps88