- Notifications
You must be signed in to change notification settings - Fork 548
CallKit iOS xcode26.1 b2
Rolf Bjarne Kvinge edited this page Oct 14, 2025 · 2 revisions
#CallKit.framework https://github.com/dotnet/macios/pull/23959
diff -ruN /Applications/Xcode_26.1.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CallKit.framework/Headers/CXProvider.h /Applications/Xcode_26.1.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CallKit.framework/Headers/CXProvider.h --- /Applications/Xcode_26.1.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CallKit.framework/Headers/CXProvider.h 2025-09-17 08:37:19 +++ /Applications/Xcode_26.1.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CallKit.framework/Headers/CXProvider.h 2025-09-26 16:13:12 @@ -95,9 +95,6 @@ /// Completion block will be called on delegate queue, if specified, otherwise on a private serial queue. - (void)reportNewIncomingCallWithUUID:(NSUUID *)UUID update:(CXCallUpdate *)update completion:(void (^)(NSError *_Nullable error))completion; -/// For reporting new protected IMAVCall -- (void)reportNewIncomingProtectedIMAVCallWithUUID:(NSUUID *)UUID update:(CXCallUpdate *)update completion:(void (^)(NSError *_Nullable error))completion; - /// Report an update to call information. - (void)reportCallWithUUID:(NSUUID *)UUID updated:(CXCallUpdate *)update;