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

前端 未结 5 1107
余生分开走
余生分开走 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:22

    Looks like FB has fixed this issue now.

    edit: Follow this for setting up deferred deep-linking: https://developers.facebook.com/docs/app-ads/deep-linking#deferred-deep-linking

    This link for testing: https://developers.facebook.com/tools/app-ads-helper/

    Go to App Ads Helper -> Select your App -> Test Deep Link -> Enter deep-link URL -> Check Send Deferred -> Send to Android.

    Note: 1. You need to have FB app installed on your device and logged in to the same developer account for this to work. 2. Need to uninstall and reinstall the app after sending a deferred deep-link. Uninstall can be done before sending the link as well.

提交回复
热议问题