Under iOS18.1, Matter devices cannot trigger the PASE process

Under iPhone iOS18.1 and Xcode 16.1, use Matter and MatterSupport to pair Matter devices. It was found that Matter over WIFI devices could not trigger the PASE process

try deviceController?.setupCommissioningSession(with: payload, newNodeID: commissioningDeviceID)

After some time:

func controller(_: MTRDeviceController, statusUpdate status: MTRCommissioningStatus)

Return failure

Under iPhone iOS18.1 and Xcode 16.1, use Matter and MatterSupport to pair Matter devices. It was found that Matter over WIFI devices could not trigger the PASE process

I'm not aware of any new issue in this area. Was this working in 18.0 or earlier?

Beyond that, where are you actually calling this code "from"? What activity are you seeing on the accessory side?

__
Kevin Elliott
DTS Engineer, CoreOS/Hardware

Under iOS18.1, Matter devices cannot trigger the PASE process
 
 
Q