Search code examples
branch.iocapacitorionic5capacitor-plugin

Branch.io Deep linking not working on iOS 13+. It does not show pop-up to open application(Ionic 5, Capacitor)


I have added deep-linking integration in our app and using plugin capacitor-branch-deep-links. It is working till iOS 12.1 but in iOS 13+ it does not show a pop-up to open the application on a click of deep-link.

I have also tried forced uri redirect mode but none of these solutions are working. https://help.branch.io/using-branch/docs/creating-a-deep-link#forced-redirections

Installed Dependencies:
Ionic 5.26.0
@capacitor/cli 2.4.5
@capacitor/core 2.4.5
@capacitor/ios 2.4.5
capacitor-branch-deep-links 3.0.0

Solution

  • After going through this link, I figured out that I was using the wrong Apple App Prefix and invalid Provisioning Profile Specifier. This correction fixed my issue. Though I am still not sure why it was working in iOS 12 with the wrong Apple App Prefix and Provision Profile