Terminate live activity when app is quit

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.

Terminate live activity when app is quit
 
 
Q