Reputation: 141
How to Create IPA file in Visual Studio 2017 Cross platform app (Xamarin) And upload to appstore
Upvotes: 1
Views: 1392
Reputation: 4163
Simply set your build mode to Release, build your app, and then you can retrieve the .ipa file on your mac or on your PC. To make the directory where it is stored in appear on your mac, in visual studio just click the 'Show IPA File on Build Server' icon. Then use Application Loader to upload it to the App Store.
Upvotes: 1