appRefresh(_:)
A task that updates your app’s state in the background for a matching identifier.
Declaration
static func appRefresh(_ identifier: String) -> BackgroundTask<Void, Void>Parameters
- identifier:
The identifier to match.
Return Value
A background task that you can handle with your app or extension.