I'm trying update the Live Activity every second without using Push Notifications while keeping the app in background.
The official documentation mentions 2 methods 1.remote push notifications 2. BackgroundTasks
I tried tried background fetch(Updating and ending live activity), but not working properly.
If have any solution for this?. Thank You.