Open Karishma-au50 opened 2 months ago
Hi, I think the problem occurs due to the fact that this method is only called if the app is in foreground/background and not fully closed. See example here: https://apnspush.com/how-to-start-and-update-live-activities-with-push-notifications#_2-send-push-notifcation-to-start-a-live-activity
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