When I call the Adjust.processAndResolveDeeplink function from the Flutter SDK on Android, the future returns the string of the resolved short deep link. Everything as expected and described in the docs.
But on iOS for the same test, the future simply never returns. I hard coded the deep link string when calling this function, so external issues or platform differences should be eliminated.
Could it be that there is a bug in the Adjust Flutter or iOS SDK?
When I call the Adjust.processAndResolveDeeplink function from the Flutter SDK on Android, the future returns the string of the resolved short deep link. Everything as expected and described in the docs.
But on iOS for the same test, the future simply never returns. I hard coded the deep link string when calling this function, so external issues or platform differences should be eliminated.
Could it be that there is a bug in the Adjust Flutter or iOS SDK?