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
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