An object representing a short task typically used to refresh content that’s run while the app is in the background.
SDKs
- iOS 13.0+
- Mac Catalyst 13.0+
- tvOS 13.0+
Framework
- Background
Tasks
Declaration
@interface BGAppRefreshTask : BGTask
Overview
Use app refresh tasks for updating your app with small bits of information, such as the latest stock values.
Executing app refresh tasks requires setting the fetch
UIBackground
capability. For information on setting this capability, see BGTask
.