API Differences in Matter in iOS 26.2

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

Table of Contents

Protocols

MTRCommissioningDelegate

Classes

MTRCommissioningOperation

Functions & Methods

MTRSetupPayload
- (BOOL)isConcatenated;

Properties & Constants

MTRCommissioneeInfo
@property(nonatomic, copy, readonly, nullable) NSDictionary<MTRAttributePath *,NSDictionary<NSString *,id> *> *attributes;
MTRCommissioningParameters
@property(nonatomic, copy, readwrite, nullable) NSArray<MTRAttributeRequestPath *> *extraAttributesToRead;
MTRCommissioningParameters
@property(nonatomic, assign, unsafe_unretained, readwrite) BOOL forceWiFiScan;
MTRCommissioningParameters
@property(nonatomic, assign, unsafe_unretained, readwrite) BOOL forceThreadScan;
MTRSetupPayload
@property(nonatomic, assign, unsafe_unretained, readonly, getter = isConcatenated) BOOL concatenated;
MTRSetupPayload
@property(nonatomic, strong, readwrite) NSArray<MTRSetupPayload *> * _Nonnull subPayloads;