Scheduling Live Activity updates

Hello

Assuming I want to create a Live Activity where I already know that the content is going to change after e.g. 10 minutes, at which time I need to do a HTTP request to update the content. I can't expect the user to open the app during this time.

What would be the best way to do this? Is it possible to schedule a activity.update(...) within a background thread?

Thanks for your help,

Bastian

Replies

I also would like to know how to make this possible, I have an activity that can be updated after a certain time, but I can't find how to do it.

It's not possible with the current iOS, you will need to send a push notification to update the live activity.