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
Firstly, should it fire when the app boots up when triggered by a push notification click? Or is this listener only triggered when app is open or in background?
If it is not possible to fire this on app load...
How is it possible to deeplink from a push notification into a Flutter app that is completely closed (not open and not in background)?
Everything is working as expected when I open a link (either uni link or custom schema format) in all app states (open, background and killed). However, when I tap a push notification the initial link is only present when the app is open or in background, not when closed.
On android I don't seem to have this issue, only on iOS. I am wondering if there is some iOS specific issue with cold starts and push notifications? Or if there is some other way to capture the launch url on app boot that I am missing?
Thanks,
Rich
Code of Conduct
I agree to follow this project's Code of Conduct
thomas7D, iAmeenZ, xlcod, mz185, ariona and 7 more