How can I get the app link data if my app wasn\'t installed when the user tapped a deep link in the facebook app? There is surprisingly little documentation from facebook on thi
For developers:
The following steps worked for me,
1. Uninstall the app
2. Send deep link form FB
3. click on the deeplink, to takes you to play store (don't install app)
4. Now debug the app
5. you'll find applinkData value in onDeferredAppLinkDataFetched event.