You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have little confusion with iOS deeplink configuration. I've set up iOS app, verification has been passed. I've set up universal linking (got raw universal link) and add some test tracker url. This tracker generate url which use domain: app.adjust.com and when I'm opening it on iOS device, it redirect me to app store, even if app is already installed on device (in both: debug and release mode). When I manually change the domain to raw universal link, then it's working fine (I'm redirected directly to the app if it's installed), but only in debug mode. In release mode, after open web page, it shows "Url not found".
What did I overlook during the setup that causes this solution not to work? On Android whole flow it's working fine.
The text was updated successfully, but these errors were encountered:
Hello,
I have little confusion with iOS deeplink configuration. I've set up iOS app, verification has been passed. I've set up universal linking (got raw universal link) and add some test tracker url. This tracker generate url which use domain: app.adjust.com and when I'm opening it on iOS device, it redirect me to app store, even if app is already installed on device (in both: debug and release mode). When I manually change the domain to raw universal link, then it's working fine (I'm redirected directly to the app if it's installed), but only in debug mode. In release mode, after open web page, it shows "Url not found".
What did I overlook during the setup that causes this solution not to work? On Android whole flow it's working fine.
The text was updated successfully, but these errors were encountered: