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