API Differences in CryptoTokenKit 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 CryptoTokenKit in the iOS 26.0 SDK.

Table of Contents

Classes

TKSmartCardSlotNFCSession
TKSmartCardTokenRegistrationManager

Functions & Methods

TKSmartCardTokenSession
- (nullable TKSmartCard *)getSmartCardWithError:(NSError * _Nullable * _Nullable)error;
TKSmartCardSlotManager
- (void)createNFCSlotWithMessage:(NSString * _Nullable)message completion:(nonnull void (^)(TKSmartCardSlotNFCSession * _Nullable, NSError * _Nullable))completion;
TKSmartCardSlotManager
- (BOOL)isNFCSupported;