BGTaskScheduler
A class for scheduling tasks that add background support to your app’s most critical work.
Declaration
class BGTaskSchedulerMentioned in
Overview
Background tasks give your app a way to run code even when the app is suspended:
To register, schedule, and run tasks in the background, see Using background tasks to update your app.
To submit work in the foreground that can finish even if the app moves to the background, see Performing long-running tasks on iOS and iPadOS.