From 1311b3836c173c618b2d2fc3b9a71809c59187e7 Mon Sep 17 00:00:00 2001 From: Kamil Komnacki Date: Tue, 5 Nov 2024 18:05:38 +0100 Subject: [PATCH] Update a URL to the video of general introduction to background processing on iOS system. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d600759..0a1f680 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Flutter WorkManager is a wrapper around [Android's WorkManager](https://developer.android.com/topic/libraries/architecture/workmanager), [iOS' performFetchWithCompletionHandler](https://developer.apple.com/documentation/uikit/uiapplicationdelegate/1623125-application) and [iOS BGAppRefreshTask](https://developer.apple.com/documentation/backgroundtasks/bgapprefreshtask), effectively enabling headless execution of Dart code in the background. -For iOS users, please watch this video on a general introduction to background processing: https://developer.apple.com/videos/play/wwdc2020/10063. All of the constraints discussed in the video also apply to this plugin. +For iOS users, please watch this video on a general introduction to background processing: https://developer.apple.com/videos/play/wwdc2019/707. All of the constraints discussed in the video also apply to this plugin. This is especially useful to run periodic tasks, such as fetching remote data on a regular basis.