How to get facebook app link if app wasn't installed

前端 未结 5 1087
余生分开走
余生分开走 2021-02-05 14:32

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

5条回答
  •  有刺的猬
    2021-02-05 15:08

    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.

提交回复
热议问题