-
Notifications
You must be signed in to change notification settings - Fork 68
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
ATT Automatically Denied (requestTrackingAuthorizationWithCompletionHandler) - 17.4.1 #237
Comments
Hey @tarkcelk, Yeah, it's a well known issue of iOS 17.4 and 17.4.1 which Apple seem to have finally addressed in current iOS 17.5 beta and the fix should hopefully be live with iOS 17.5 release. There are some interesting ideas and suggestions from users how to work around this bug for various cases - check them out if any of those suggestions works for you until the iOS 17.5 is live. |
Hey @uerceg, We also use last version of react-native-adjust in our mobile app and our application continues to be rejected by Apple. Apple stated that this issue was resolved in the release notes with iOS 17.5, but although there was no problem in testflight in 17.5 and 17.5.1, app reviewers still continue to reject our app because of this problem and state that there is no ATT dialog in 17.5. |
Hi @hassan1903, I'm not sure I understand fully, but is it that they are rejecting your app because they are claiming that there's no ATT dialog being displayed or is it something else? |
Hi @uerceg, Sorry for the bad explanation, I also edited my previous message for the better explanation but yes it is as you said. |
After upgrading the iOS to 17.4.1 when
Adjust.requestTrackingAuthorizationWithCompletionHandler
request is called, it automatically denies the request, so we can't get the IDFA naturally, it's a known issue by apple but i couldn't find any solution for the time being, any idea how to fix ?The text was updated successfully, but these errors were encountered: