cordova-ionic-phonegap-branch-deep-linking-attribution icon indicating copy to clipboard operation
cordova-ionic-phonegap-branch-deep-linking-attribution copied to clipboard

Issue retrieving link data from a link shared to facebook

Open rklus16 opened this issue 6 years ago • 5 comments

Not reporting this as a bug but just looking to see if there's something I'm missing.

I'm sharing a branch link via the sharesheet to facebook. On ios, clicking the post in facebook it redirects to the app but without any data: {"+clicked_branch_link":false,"+is_first_session":false}

from an android device, the same facebook post loads the app and displays the data correctly.

I can take that same link and send it over iMessage and works perfect in ios?

Any ideas on what's going on here? thanks.

rklus16 avatar Mar 05 '19 21:03 rklus16

Same issue here, I've been struggling for days now and Branch doesn't seem to work on iOS.

DaniShalash avatar Mar 12 '19 10:03 DaniShalash

@rklus16 and @DaniShalash are you still experiencing this issue? If so, could you provide a bit more information about your configuration? What version of the SDK are you using, etc.

Could you also confirm that you have the same keys (either test or live) in both the link creation and in the SDK?

Our engineering team will be taking a look into this issue.

csalmi-branch avatar Mar 20 '19 20:03 csalmi-branch

@csalmi-branch Yes, I'm still getting the same results. Using the sharesheet on iOS, I can copy the link into notes and works perfectly into the app. If I share that same link in FB then click the link, it opens the app but without any data.

Ionic 4.12.0 branch-cordova-sdk 3.1.6

rklus16 avatar Mar 20 '19 21:03 rklus16

@csalmi-branch @rklus16 I got it working now. The strange thing is the only thing I did was putting my app URI scheme before Facebook SDK's generated one in URL Types in info.plist Facebook SDK inserts a scheme like this "fb<fb_app_id>" e.g. "fb423904823023"

ionic 3.9.2 branch-cordova-sdk 3.1.6

DaniShalash avatar Apr 03 '19 08:04 DaniShalash

@DaniShalash are you referring to this? This is the order mine are in. Screen Shot 2019-04-03 at 9 10 49 AM

rklus16 avatar Apr 03 '19 14:04 rklus16