.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,933 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have developed a .NET MAUI app for iOS and separately created a native watchOS app in Xcode. Since .NET MAUI does not support watchOS, I am struggling with two main issues:
What I Have Done:
WatchConnectivity
for communication, but unsure how to implement it in MAUIIssues:
Expected Outcome:
Any guidance, references, or workarounds would be really helpful. Thanks!
basically you will create watch os project with Xcode. then you add this project as a target to Maui Xcode project.
see this thread: