-
Notifications
You must be signed in to change notification settings - Fork 543
BackgroundTasks iOS xcode26.0 b4
Alex Soto edited this page Jul 22, 2025
·
1 revision
#BackgroundTasks.framework
diff -ruN /Applications/Xcode_26.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BackgroundTasks.framework/Headers/BGTaskRequest.h /Applications/Xcode_26.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BackgroundTasks.framework/Headers/BGTaskRequest.h
--- /Applications/Xcode_26.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BackgroundTasks.framework/Headers/BGTaskRequest.h 2025-06-28 23:55:59
+++ /Applications/Xcode_26.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BackgroundTasks.framework/Headers/BGTaskRequest.h 2025-07-11 21:50:26
@@ -133,9 +133,6 @@
/// A request to begin a workload immediately, or shortly after submission, which is allowed to continue running even if
/// the app is backgrounded.
-///
-/// Similar to Background App Refresh, users are allowed to disable ``BGContinuedProcessingTask`` objects from running
-/// on their devices.
BG_EXTERN API_AVAILABLE(ios(26.0)) API_UNAVAILABLE(macos, tvos, visionos, watchos, macCatalyst)
@interface BGContinuedProcessingTaskRequest : BGTaskRequest