Developer
Developer

Reputation: 141

How to create .ipa file in visual studio 2017(xamarin.ios)

How to Create IPA file in Visual Studio 2017 Cross platform app (Xamarin) And upload to appstore

Upvotes: 1

Views: 1392

Answers (1)

sme
sme

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

Related Questions