API Differences in CoreTelephony in iOS 26.0

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show what is new in CoreTelephony in the iOS 26.0 SDK.

Table of Contents

Properties & Constants

CTCellularPlanProperties
public var supportedRegionCodes: [Foundation.Locale.Region]

Classes

CTCellularPlanProperties

Functions & Methods

CTCellularPlanProvisioning
- (void)addPlanWithRequest:(nonnull CTCellularPlanProvisioningRequest *)request properties:(CTCellularPlanProperties * _Nullable)properties completionHandler:(nonnull void (^)(CTCellularPlanProvisioningAddPlanResult))completionHandler;
CTCellularPlanProvisioning
- (void)updateCellularPlanProperties:(nonnull CTCellularPlanProperties *)properties completionHandler:(nonnull void (^)(NSError * _Nullable))completionHandler;
CTCellularPlanStatus
+ (void)getTokenWithCompletion:(nonnull void (^)(NSString * _Nullable, NSError * _Nullable))completionHandler;
CTCellularPlanStatus
+ (void)checkValidityOfToken:(nonnull NSString *)token completionHandler:(nonnull void (^)(BOOL, NSError * _Nullable))completionHandler;