Is it possible to develop iOS app for Windows using (Xamarin and visual studio) without MAC
I have already developed an Android app using xamarin and now I want to do the same for iOS. According to the official xamarin documentation, I need a MAC machine to compile my C # code, but I don't have a MAC. Is there any solution or alternative so that I can build ios app using xamarin without MAC.
+3
source to share
3 answers
You can use the Cloud Mac Macincloud service , which supports Xamarin remote build from Visual Studio. You can't create iOS apps without a Mac, so Macincloud is your best alternative.
+1
source to share