adjust / flutter_sdk

This is the Flutter SDK of
MIT License
56 stars 47 forks source link

iOS Deeplink configuration issue #92

Open matszafraniec opened 1 year ago

matszafraniec commented 1 year ago

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.

GeceGibi commented 1 year ago

Same here.

coskuncay commented 8 months ago

Hello, did you find any solution? @matszafraniec @GeceGibi

jrb1989 commented 3 months ago

Same here! any solution for this issue?