Search code examples
xamarinapple-watch

Xamarin. Apple Watch App. Is there an emulator?


Visual Studio 2019 / Xamarin.

There does not seem to be an emulator for Apple Watch? Android Watch and both phone types are available.

Does anyone know how to install an Apple Watch emulator or am I missing something?


Solution

  • You can have a try with this Sample project . Right click your solution as follow :

    enter image description here

    and select Properties option :

    enter image description here

    In Startup Project , selcet WatchApp3(ProjectName) as Startup . Then Apply to close window .

    enter image description here

    Now you will see Simulator device lists in Visual Studio as follow :

    enter image description here