diff --git a/app/ios/Podfile.lock b/app/ios/Podfile.lock index 50ec40f..e596a36 100644 --- a/app/ios/Podfile.lock +++ b/app/ios/Podfile.lock @@ -144,4 +144,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 819463e6a0290f5a72f145ba7cde16e8b6ef0796 -COCOAPODS: 1.14.3 +COCOAPODS: 1.15.2 diff --git a/app/ios/Runner/AppDelegate.swift b/app/ios/Runner/AppDelegate.swift index 897c168..7743ea4 100644 --- a/app/ios/Runner/AppDelegate.swift +++ b/app/ios/Runner/AppDelegate.swift @@ -9,6 +9,7 @@ import workmanager didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? ) -> Bool { GeneratedPluginRegistrant.register(with: self) + // WorkmanagerPlugin.registerTask(withIdentifier: "cloud-gallery-background-process") WorkmanagerPlugin.registerBGProcessingTask(withIdentifier: "cloud-gallery-background-process") return super.application(application, didFinishLaunchingWithOptions: launchOptions) }