I was able to get the Marketing links working once, but the Smart Banner never worked. The Marketing links would open in our app.
Then this broke when I tapped the Smart Banner link and installed the (live) app from the App Store.
Even after deleting both apps, reinstalling the test app from Xcode, Marketing links will no longer work, redirection always happens to the App Store even if the app is installed.
The test app has the same bundle identifier as the live app so integration should be (and was) working.
More details:
- Clicking on a Marketing link or banner opens up the App Store (via Safari) every time
- Then I go to my app manually and if I scroll, thus refreshing the output on Xcode debug panel, I can see the link details coming from Branch.
- Seems the link is making it to the app but in a deferred manner, after the redirection to the App Store is happening.
- And our app is not being recognised as it is never opened from either a link in Notes or the banner from Safari on the iPhone.
- Universal linking is enabled.
- We are using iOS 9.3 and Xcode 7.3.1
- Our app has been set up with the proper
branch.io
settings, key, schemes and URLs.
Any ideas would be appreciated.