The Branch Cordova Ionic Phonegap SDK for deep linking and attribution. Branch helps mobile apps grow with deep links / deeplinks that power paid acquisition and re-engagement campaigns, referral programs, content sharing, deep linked emails, smart banners, custom user onboarding, and more.
Hi, I am trying to migrate an app from ionic deeplink plugin to branch. For the first few releases I need to support both non branch deeplinks as they are out in the wild and branch links. In android everything works as expected as I handle +non_branch_link for the old links. When the same link is pressed in iOS, the app opens but there is no +non_branch_link field on the payload. In fact it acts exactly as if I opened the app by pressing the app icon and not a link. Branch links work as expected in both platforms.
I did find an old closed issue of something like that happening because of a conflict with the Facebook plugin so here is the list of plugins and versions I am currently using in case it helps:
Hi, I am trying to migrate an app from ionic deeplink plugin to branch. For the first few releases I need to support both non branch deeplinks as they are out in the wild and branch links. In android everything works as expected as I handle +non_branch_link for the old links. When the same link is pressed in iOS, the app opens but there is no +non_branch_link field on the payload. In fact it acts exactly as if I opened the app by pressing the app icon and not a link. Branch links work as expected in both platforms.
In xcode logs I do see a log:
but from initSession() I only get
I did find an old closed issue of something like that happening because of a conflict with the Facebook plugin so here is the list of plugins and versions I am currently using in case it helps:
and here is my config: