Since I don't have app group entitlement, so I created another app that resembles your app (minus the Thread stuff) just to test the MatterSupport to bring my device into my local network. I've added Matter Extension and implement the commissionDevice() to commission (using my own code) inside the RequestHandler class. But it seems like that the class didn't run even after MatterAddDeviceRequest.perform() is called.
Correct me if I am wrong, the supposed flow should be like this
MatterSupport -> bring device into local network
After that is done, commission window is open in the device
Commission device using commissionDevice() inside the RequestHandler class
Since I don't have app group entitlement, so I created another app that resembles your app (minus the Thread stuff) just to test the MatterSupport to bring my device into my local network. I've added Matter Extension and implement the
commissionDevice()
to commission (using my own code) inside theRequestHandler
class. But it seems like that the class didn't run even afterMatterAddDeviceRequest.perform()
is called.Correct me if I am wrong, the supposed flow should be like this
commissionDevice()
inside theRequestHandler
class