Dilan Fdo
Dilan Fdo

Reputation: 143

Tapping the deep link always redirects to the App Store

I implemented Appsflyer OneLink with my cordova(Ionic)application and for android everything works fine. In iOS, when i run the application directly to the device from Xcode and when i click on a link it opens the application. But i uploaded the ipa file to Hockeyapp and then downloaded the application and installed and then again i clicked on the link but it redirects to the appstore.

i have added associated domains as well as i doubled checked the team ID as well as other configurations(Universal Links) and they all are according to the documentation.

Any idea about the issue that i am facing here?

Upvotes: 1

Views: 3137

Answers (1)

Benjamin Weinstein
Benjamin Weinstein

Reputation: 225

If the application does not open as a result of clicking the deep-link in a "Universal Links" scenario, it could be one of the following issues:

  • When releasing to HockyApp some credentials that are used by the Universal Link are broken - it could be the Bundle ID or the Development Team Prefix. You can check the credentials available on https://your-defined-subdomain.onelink.me/apple-app-site-associations and compare them to the entitlements set in the HockyApp build.

  • There is a known "development bug" with Universal Link, which sometimes forces an uninstall of any previous version of the Application, in order for the Universal Link to function properly.

If the issue still persists, you can always open a support ticket with [email protected] and share more information that could help with debugging this.

Upvotes: 1

Related Questions