-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Error Domain=ATTrackingManager.AuthorizationStatus must be authorized
for deferred deep linking to work. Read more at: https://developer.apple.com/documentation/apptrackingtransparency Code=-1 "(null)"
#2125
Comments
This is not enough information to help debug. Is the issue that ATTrackingAuthorizationStatus is |
@joesus yes, even after allowing permission and getting authorized status still deep deferred link gives below error |
Im experiencing the same issue. Im trying to implement deferred deeplinking in my app. Authorization status is already authorized but seems to fetch not-authorized. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
still facing the same issue |
If you have 100% surety that ATT permission is enabled, then this might help ⬇️
if setting up |
still the same issue.
Although I have
in my info.plist |
Checklist before submitting a bug report
Xcode version
12.0.0
Facebook iOS SDK version
12.3.2
Dependency Manager
CocoaPods
SDK Framework
Core
Goals
Error Domain=ATTrackingManager.AuthorizationStatus must be
authorized
for deferred deep linking to work. Read more at: https://developer.apple.com/documentation/apptrackingtransparency Code=-1 "(null)"Expected results
Get the url link.
Actual results
Error Domain=ATTrackingManager.AuthorizationStatus must be
authorized
for deferred deep linking to work. Read more at: https://developer.apple.com/documentation/apptrackingtransparency Code=-1 "(null)"Steps to reproduce
No response
Code samples & details
The text was updated successfully, but these errors were encountered: