Is it actually possible to display animation (even a simple one) on Live Activity? But on these cases:
-
The main app is terminated - of course, I know I can use the main app to keep updating the Live Activity to make simple animations work, but in this case, the main app is killed.
-
Live Activity data is not updating - I also understand that the Live Activity can perform animations when its data is being update via push notification or other means, but the current case is the data is not being updated.
I’ve tried several ways to achieve this, but nothing seems to work.
Just when I was about to give up, I found this video from Apple’s official channel:
https://www.youtube.com/watch?v=m6WMwSj_EbA
At 4:14 in this video, you can see the text "Locating Driver" with the breathing animation. Could someone please help me understand how to implement that kind of animation in a Live Activity when:
- The main app is not running, and
- The Live Activity data is not updating?