.NET MAUI, Matter and Swift I've recently been working with Matter a lot. Matter is a standard for smart home devices which can play together nicely across ecosystems. In .NET MAUI on iOS this means using the native MatterSupport and Matter frameworks which are part of the OS. The Matter framework…
.NET MAUI, Matter and Swift
I've recently been working with Matter a lot. Matter is a standard for smart home devices which can play together nicely across ecosystems. In .NET MAUI on iOS this means using the native MatterSupport and Matter frameworks which are part of the OS. The Matter framework is an Objective-C library, and you can use the standard approach of creating a binding library with Objective Sharpie to integrate with it.
inthehand.com