MAUI supporting Wear OS and Watch OS?

Viewed 884

I'm thinking about to use MAUI, as soon it is released, for developing an app. My app needs to run on iOS and Android. Next to the mobile app I will have an app for Wearables (watchOS and Wear OS). Xamarin is supporting all four need platforms. But for MAUI I only find the information that it will work for iOS and Android. Does anybody know if it will also support watchOS and Wear OS?

2 Answers

According to this document, As of now, there is no support for Wear OS/Watch OS for MAUI Framework.

.NET Multi-platform App UI (.NET MAUI) apps can be written for the following platforms:

  • Android 5.0 (API 21) or higher.
  • iOS 10 or higher.
  • macOS 10.13 or higher (using Mac Catalyst).
  • Windows desktop and the Universal Windows Platform (UWP), using Windows UI Library (WinUI) 3.

You can raise a feature request from HERE.

Related