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 am getting issue that when my app is open and notification comes from server my live activity gets created and come on lock screen but when I kill the app and notification comes my live activity did not get create and not even come on lock screen.And I am calling notification file in my main.dart file.I am using live activity package
I have tested the app in foreground and send the push notification then activity are created but when i killed the app and send push notification then it's not create even i checked with flutter logs command
The text was updated successfully, but these errors were encountered:
I am calling this startLiveActivity function in my notification file whose code is given below.
I am getting issue that when my app is open and notification comes from server my live activity gets created and come on lock screen but when I kill the app and notification comes my live activity did not get create and not even come on lock screen.And I am calling notification file in my main.dart file.I am using live activity package
I have tested the app in foreground and send the push notification then activity are created but when i killed the app and send push notification then it's not create even i checked with flutter logs command
The text was updated successfully, but these errors were encountered: