How use MatterSupport to commission a thread device?

Hi, Currently I would like to commission a thread device via MatterSupport. When I call MatterAddDeviceRequest API, it returns "Failed to perform Matter device setup setup: Error Domain=HMErrorDomain Code=18 "Pairing Failed" UserInfo={NSLocalizedDescription=Pairing Failed, NSUnderlyingError=0x282786e20 {Error Domain=HAPErrorDomain Code=15 "(null)"}}".

As Log, I found I always get error while calling [THClient storeCredentialsForBorderAgent:activeOperationalDataSet:completion:]. It will return error "Invalid parameter sent to server..." so that I also get error log "CHIP Accessory Server failed to obtain Thread credentials for selected extended PAN ID... Error: (null)" in following.

Logs:

error	17:59:05.714183+0800	MatterExtension	                Client: -[THClient getConnectionEntitlementValidity]_block_invoke - Error: (null)
error	17:59:05.714695+0800	MatterExtension	                -[THClient storeCredentialsForBorderAgent:activeOperationalDataSet:completion:]_block_invoke:646: - Response: Error Domain=ThreadCredentialsStore Code=4 "Invalid parameter sent to server..." UserInfo={NSLocalizedDescription=<private>}
error	17:59:05.715346+0800	CoreThreadCommissionerServiced	Server: -[CTCSXPCService listener:shouldAcceptNewConnection:]_block_invoke - XPC Connection invalidated
error	17:59:05.747498+0800	CoreThreadCommissionerServiced	ThreadCommissioningService is Enabled
error	17:59:05.748245+0800	CoreThreadCommissionerServiced	Server: -[CTCSXPCService checkEntitlements:connection:] - Entitlement Check is successful for the key : <private>
error	17:59:05.749249+0800	homed	                        Client: -[THClient getConnectionEntitlementValidity:]_block_invoke - Error: (null)
error	17:59:05.750575+0800	CoreThreadCommissionerServiced	Server: -[CTCSXPCService checkEntitlements:connection:] - Entitlement Check is successful for the key : <private>
default	17:59:05.750705+0800	CoreThreadCommissionerServiced	Request to fetch active dataset record with xpanid <private>
default	17:59:05.751315+0800	CoreThreadCommissionerServiced	nw_path_evaluator_start [AC0FC426-242F-40D0-945A-27682116B6EE <NULL> generic, attribution: developer]path: satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns
error	17:59:05.752692+0800	homed	                        [1263984240/1] CHIP Accessory Server failed to obtain Thread credentials for selected extended PAN ID... Error: (null)
error	17:59:05.754467+0800	homed	                        Invalidating XPC connection.
error	17:59:05.754694+0800	homed	                        Client: -[THClient connectToXPCService]_block_invoke - CTCS XPC Client is invalidated.
error	17:59:05.755485+0800	CoreThreadCommissionerServiced	Server: -[CTCSXPCService listener:shouldAcceptNewConnection:]_block_invoke - XPC Connection invalidated

May I get an advice?? Thanks

Answered by DTS Engineer in 798492022

This has been responded to on on your other forum post.

This has been responded to on on your other forum post.

How use MatterSupport to commission a thread device?
 
 
Q