Open sean-browze opened 5 years ago
@sean-browze Currently we think it not there in Cordova, but we will reproduce this exactly and revert back
@sequoiaat do we have a time frame on this?
In the mean time, I need to use the Facebook SDK method facebookConnectPlugin.getDeferredApplink()
which returns myapp://open?link_click_id=link-xxxxxxxxxxxxxxxxxx
. How do I get deep link data from that url in my app? There's no API call to be able to look up a link by ID.
@sean-browze We created a Facebook ad account to test the fix. We will update you and release it as soon as we test it.
Any updates about this? This issue practically renders Branch links in Facebook Ads invaluable. We need either a way to fetch link data(as @sean-browze stated), or to add enableFacebookAppLinkCheck functionality in the cordova sdk.
Turned out there's an API
Having an issue with my Ionic 3 app and getting deferred deep link data from a Facebook App Install Ad. When I click on an App Install Ad and my app isn't installed, I get sent to the app store and download the app. When I open the app for the first time, I get no Branch deep link data.
To reproduce:
I believe this post is describing the same issue except they're using the Android SDK. It seems that the iOS and Android SDKs have methods available to fix this issue but the Cordova SDK doesn't.
Android has
enableFacebookAppLinkCheck
. iOS hasregisterFacebookDeepLinkingClass(FBSDKAppLinkUtility.self)
.I think we need these methods available within the Cordova SDK?