below / MatterSample

A Sample for iOS 16.1 MatterSupport.Framework
MIT License
14 stars 3 forks source link

RequestHandler is not running? #9

Closed qawitherev closed 1 year ago

qawitherev commented 1 year ago

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

  1. MatterSupport -> bring device into local network
  2. After that is done, commission window is open in the device
  3. Commission device using commissionDevice() inside the RequestHandler class
qawitherev commented 1 year ago

nvm, figured it out. issue closed