singular-labs / Singular-Flutter-SDK

MIT License
4 stars 14 forks source link

flutter iOS Deep link callbacks not working when the app is closed #29

Closed yugalkalyan closed 1 year ago

yugalkalyan commented 1 year ago

I am using singular_flutter_sdk: ^1.0.12 for deep link in my flutter application , in android its working fine but in iOS, when application is already running in background it works but when application is initialised by tapping on the link it only works for first time and when I tap again on link it opens the applications from the background and does not navigate to specific screen .

it should navigate to screen every time when initialising the app using link.

shefdanny commented 1 year ago

Hey @yugalkalyan , updating to a newer version should fix this issue

yugalkalyan commented 1 year ago

Hi, @shefdanny , after updating to new version issue is not fixed its behaviour to handle the application is same as I mentioned before

shefdanny commented 1 year ago

@yugalkalyan on your appDelegate functions, try returning "super" instead of an explicit bool value (true) e.g. return super.application(application, continue: userActivity, restorationHandler: restorationHandler);

in case it does not sole the issue, please contact us through the Help section in the web app.