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
after I close the app (be terminated) the issue happened and if I receive another call that will work as expected so this issue happened in first time I receive call after being terminated that the call ended immediately after 2-3 sec how can I solve this
The text was updated successfully, but these errors were encountered:
I got this issue as well and during my investigation, the Flutter app actually is being launched in terminated state silently. I know this because in our internal logging, it showed that the app was launched even if it visually didn't and it tried calling the Flutter codes with same journey as when you normally launch it. But iOS activity monitoring does not indicate that the app is open nor the app is shown visually. Quite bizzare but we're still investigating further.
after I close the app (be terminated) the issue happened and if I receive another call that will work as expected so this issue happened in first time I receive call after being terminated that the call ended immediately after 2-3 sec how can I solve this
The text was updated successfully, but these errors were encountered: