Post marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as solved with 1 replies, 0 views
After some digging, I managed to find the NSExtensionPointIdentifier for the HomeKit CHIP Extension in Xcode 13.0 beta 5:
com.apple.HomeKit.extension.CHIP
Unfortunately, even with my NSExtension values all squared up, my extension with the HMCHIPServiceRequestHandler subclass is still not getting launched during CHIP device commissioning, so I'm not done debugging.