Create Matter Binding

I'd like to learn how a Matter "Binding" can be created on iOS, e.g. via the "Matter" Framework. I'm aware of the Matter Framework "Documentation" here.

But since it's missing any real description or documentation it's not helpful to me atm. Any examples/ tutorials/ explanations are greatly appreciated.

Replies

Did you see this WWDC video ? https://developer.apple.com/videos/play/wwdc2021/10298/

  • Thank you. Yes, I'm aware of it. Unfortunately the video is not helpful to answer my questions.

Add a Comment

I also need to know which methods from Matter.Framwork to call to bind the matter device.
Any Demo?

https://developer.apple.com/apple-home/matter/ https://developer.apple.com/documentation/mattersupport/adding-matter-support-to-your-ecosystem Firstly, commission into apple ecosystem then in matter extension

 override func commissionDevice(in home: MatterAddDeviceRequest.Home?, onboardingPayload: String, commissioningID: UUID) async throws {}

get payload to commission into your ecosystem.