I have a UIApplicationDelegate, where I want to terminate a live activity (in dynamic island) in applicationWillTerminate
. However, ending an activity is asynchronous. When I end it within a Task, it's never called.
I have a UIApplicationDelegate, where I want to terminate a live activity (in dynamic island) in applicationWillTerminate
. However, ending an activity is asynchronous. When I end it within a Task, it's never called.