Deferred deep links always null in android and facebook SDK

梦想的初衷 提交于 2019-12-06 16:57:17

问题


I'm having a problem with the deferred deep links https://developers.facebook.com/docs/app-ads/deep-linking#deferred-deep-linking with facebook android sdk v4.8.1. It always returns null for the applink data on the callback of fetchDeferredAppLink method. I've tested with this tool: https://developers.facebook.com/tools/app-ads-helper/ with the deferred checkbox enabled and uninstalling the app and reintalling both from playstore and android studio. I am logged in with my account on facebook on my phone. I've double checked that the setup is right, and I can't imagine what the problem or error might be.


回答1:


While Facebook gets their bug fixed, I recommend taking a look at Branch.io and their ability to link to your app from a Facebook Ad via deferred deeplinking. The solution works well for Branch links shared to a user's status as well.

I have used their links in my own Android application, more specifically for ads and I've noticed that they can track Installs and Opens very well.



来源:https://stackoverflow.com/questions/34313449/deferred-deep-links-always-null-in-android-and-facebook-sdk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!