TL;DR where can I find a translation of this page for a SwiftUI App world?
Essentially I was looking to dip my toe in the SwiftUI water by reimplementing a super simple Watch app I wrote to get the battery status of my Nissan LEAF. It doesn't have to do much beyond waking up, querying a URL for some JSON and updating a complication. I failed at the first hurdle because I couldn't see where to handle the WKApplicationRefreshBackgroundTask without a WKExtensionDelegate. Any help, pointers to obvious-yet-somehow-missed documentation or WWDC videos welcomed.
Essentially I was looking to dip my toe in the SwiftUI water by reimplementing a super simple Watch app I wrote to get the battery status of my Nissan LEAF. It doesn't have to do much beyond waking up, querying a URL for some JSON and updating a complication. I failed at the first hurdle because I couldn't see where to handle the WKApplicationRefreshBackgroundTask without a WKExtensionDelegate. Any help, pointers to obvious-yet-somehow-missed documentation or WWDC videos welcomed.