How do I build an iPhone Xamarin App without a Mac?

前端 未结 3 747
日久生厌
日久生厌 2021-01-26 00:25

I\'m developing xamarin forms apps. I can generate the APKs and run it on my android devices. But how can I do the same for iPhones without having a mac? Is there a way to build

3条回答
  •  无人及你
    2021-01-26 00:58

    Another solution is to create an archive: To do that, visual studio, right-click on your iOS project -> Archive...

    this will generate a .ipa, however, you have to sign it with a certificate to be able to use it on your device.

    Learn more here: https://docs.microsoft.com/en-us/xamarin/android/deploy-test/release-prep/?tabs=windows

提交回复
热议问题