I’m trying to debug background session workflows. I read the excellent article Quinn wrote here: https://developer.apple.com/forums/thread/14855
I’m not seeing the call to exit(0)
work for relaunching an app when a background URL Session completes. I’m also not getting the UIApplication.willTerminateNotification
in that case.
I am testing on an actual device and not hooked up to the debugger.
Has anything changed since that article was published? Are there new tips for debugging background URLSession relaunch workflows?