-
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
Deferred link always return nil
#1694
Comments
I have the same issue, url is nil always |
Apparently the issue it's with IDFA that always is 00000000-0000-0000-0000-000000000000, hopefully when this problem is solved this issue disappear: |
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. |
I have the same problem, how did you solve it? |
Checklist
Example: https://stackoverflow.com/questions/63758456/ios-test-getting-facebook-deferred-deep-link (not working)
https://stackoverflow.com/questions/30352690/how-to-use-facebook-deferred-deep-linking-feature-for-new-installs-and-to-test-t (ALSO NOT WORKING)
Examples:
https://developers.facebook.com/support/bugs/349628616375797/ (still not working)
https://developer.apple.com/forums/thread/77046 (without answer)
https://developers.facebook.com/community/threads/613690142584464/ (without answer too)
https://developers.facebook.com/community/threads/304205737647076/?locale=es_LA (without answer too)
Environment
Describe your dev environment here, giving as many details as possible. If you have them, make sure to include:
14.2
5.7.2
(if issue is Swift related) NOSPM
Goals
Get the url of the deferred link and open then app in some section like I do with Firebase
Expected Results
Get the
url
of the deferred linkActual Results
The
url
is alwaysnil
Steps to Reproduce
What are the steps necessary to reproduce this issue?
Very simple to describe:
1- Login to your facebook
2- Then Click https://developers.facebook.com/tools/app-ads-helper
2- Select an app you want to test from drop down
3- Hit submit
4- At the bottom you will find 'Deep Link Tester' under Developer Tools.
5- Hit 'Test Deep Link' and in the dialog you can enter your deep link.
6- Select both 'Send Notification' and 'Send Deferred' check marks.
7- Then you will get a notification to your facebook app.
8- Tap in the notification and it is opened the App Store
9- Install the App through Xcode
Code Samples & Details
Then in my code I tried all this variants:
I tried this:
Then on the primary ViewController:
No matter which variant you try, the result is always the same,
url = nil
The text was updated successfully, but these errors were encountered: