Visual Studio publishing to app store with Xamarin

情到浓时终转凉″ 提交于 2019-12-12 12:19:58

问题


I can't find any documentation on how to publish your app to the app store from Visual Studio? Is this a case of having to use Xamarin Studio once you are ready to submit your app?

It seems a bit odd that xamarin gives you the opportunity to use Visual Studio but then has absolutely no instructions on how to create a bundle to submit your app to the app store..

Any tips on how to do this with Visual Studio would be great.


回答1:


As far as I know, there's no way of submitting to AppStore (or even TestFlight) from VS.

I believe that you can only submit builds to the App Store using Xcode or Application Loader. Both Mac programs.

Personally I make a release build in Visual Studio, and then click the 'Show IPA File In Build server' button.

If the buttons greyed out, right-click your iOS solution, select properties. Then go to 'iOS IPA Options' and check 'Build ad-hoc/enterprise package (IPA)'

Then I go to my Mac and start up Application Loader and drag the IPA file there.



来源:https://stackoverflow.com/questions/28032529/visual-studio-publishing-to-app-store-with-xamarin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!