Contents

BGAppRefreshTask

An object representing a short task typically used to refresh content that’s run while the app is in the background.

Declaration

class BGAppRefreshTask

Mentioned in

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 UIBackgroundModes capability. For information on setting this capability, see BGTaskScheduler.

See Also

Background tasks