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 configured all android and ios steps in flutter and native, in ios the data is returned to flutter when app is closed or opened with invokeMethod. But on android it only returns when the app is open.
Hm, interesting. Lemme double check if I understood your issue first. You are trying to capture intent which has opened your Android app natively and pass it to Flutter layer, but it does not work in case of cold start (opening killed app) but it does work if your app is just in background?
If my understanding is correct, follow up question would be what doesn't work exactly - is your app not getting opened after a cold start at all or it does get opened, but passing deep link info to Flutter layer is not happening?
I configured all android and ios steps in flutter and native, in ios the data is returned to flutter when app is closed or opened with invokeMethod. But on android it only returns when the app is open.
Flutter:
Android:
The text was updated successfully, but these errors were encountered: