I know that all iOS apps must be built on a Mac before they can be submitted to the App store but I've noticed that Visual Studio App center provides build services - even for iOS.
Can this be used for beta testing purposes or do I still need a Mac to do the build even for beta testing purposes?
BTW, the app is an enterprise Xamarin Forms app for internal use.
ipasigned with a provisioning profile from your Apple developer account and push it aDistributeall on Azure. IMHO if you are not locally building/testing on physical devices, you will be spinning your wheels trying to figure out why it is not working in a tester's device (unless it is a really simple Forms app using no network access and no iOS specific permissions or device features) ;-) - SushiHangover