Do I need Mac to develop Azure Xamarin.iOS application?

后端 未结 3 668
执念已碎
执念已碎 2021-01-27 12:03

Regular Xamarin (not the Azure version) clearly requires Mac computer running Mac OS X to develop iOS applications. But in Microsoft Azure Xamarin.iOS documentation, there is no

相关标签:
3条回答
  • 2021-01-27 12:41

    No matter which type of iOS application or libraries you want to use, you'll need a Mac to compile the project.

    Xamarin iOS for Visual Studio accomplishes an amazing feat: it lets you create, build and debug iOS applications on a Windows computer using the Visual Studio IDE. It cannot do this alone – iOS applications cannot be created without Apple’s compiler, and they cannot be deployed without Apple’s certificates and code-signing tools. This means that your Xamarin.iOS for Visual Studio installation requires a connection to a networked Mac OS X computer to perform these tasks for you. Once configured, Xamarin’s tools will make the process as seamless as possible.

    ref: https://developer.xamarin.com/guides/ios/getting_started/installation/windows/

    0 讨论(0)
  • 2021-01-27 12:41

    Xamarin offers a ready made component to work with Azure. You would include that in your iOS and/or Android application. To build for iOS you will still need to do it with a mac.So the answer to your question is no.

    0 讨论(0)
  • 2021-01-27 12:49

    It's a lot of similar quiestion, you can develop on PC, but you need mac to compile the ios native code

    0 讨论(0)
提交回复
热议问题