-
Notifications
You must be signed in to change notification settings - Fork 167
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
fetchDeferredAppLink doesn't work on IOS 15,14 #104
Comments
Hi there! Just to set expectations, I don't see a lot of people helping to troubleshoot issues in this repo, so you should have the expectation you need to dig deep on this one and do the work to diagnose it. The native code starts here
This is not a use case I personally use so I won't have time to help, I'm not sure if there are special things to be careful with regard to installation to use deferred app links or anything but I'd check that, then open the app via Xcode and set a breakpoint or add logging statements and watch them, hopefully that let's you see the problem. I'm happy to help merge + release any reasonable PR you come up with that fixes the issue if you can discover the root cause |
@mikehardy . |
Oh that's really interesting! Thanks for posting back. The App Tracking Transparency stuff is all new and pretty subtle. I added that to the troubleshooting section 2614385 |
Please check this #234 |
@mikehardy @tranducduong1994 I'm just implementing this at the moment so only going through these issues now. I completely understand that you can only work on areas that you have time for, but hoping to get some further background info that may help. I've installed the base sdk without any ATT permissions and I am still getting the automatic events show up. In the FB event manager the Overview tab appears to show all events, even in testing, I just have to wait a few hours for them to show. Test events are only working once the app is in testflight. In Test events i can see the |
🐛 Bug Report
This is my code:
AppLink.fetchDeferredAppLink(); always return undefined in IOS platform. it worked in android platform as well.
To Reproduce
I used https://developers.facebook.com/tools/app-ads-helper/ to send a test deep-link to my app after installing the app.
Expected Behavior
AppLink.fetchDeferredAppLink must return deep-link from https://developers.facebook.com/tools/app-ads-helper/ after installing the app.
Environment
IOS: 14 or 15
The text was updated successfully, but these errors were encountered: