Appium C# on Mac

Can we use appium with C# on Mac machines?

Yes, you can. But to build the C# project, you need to install Mono.

you can run your c# mstest from windows pc/server and run appium on your Mac on simulator/real device

new IOSDriver(new Uri(macIpAddress), cap, TimeSpan.FromMinutes(x));