问题描述
我找不到有关如何从 Visual Studio 将您的应用发布到应用商店的任何文档?这是在您准备好提交应用后必须使用 Xamarin Studio 的情况吗?
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?
xamarin 为您提供使用 Visual Studio 的机会似乎有点奇怪,但完全没有关于如何创建捆绑包以将您的应用程序提交到应用程序商店的说明..
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..
有关如何使用 Visual Studio 执行此操作的任何提示都会很棒.
Any tips on how to do this with Visual Studio would be great.
推荐答案
据我所知,没有办法从 VS 提交到 AppStore(甚至 TestFlight).
As far as I know, there's no way of submitting to AppStore (or even TestFlight) from VS.
我相信您只能使用 Xcode 或 Application Loader 将构建提交到 App Store.两个 Mac 程序.
I believe that you can only submit builds to the App Store using Xcode or Application Loader. Both Mac programs.
我个人在 Visual Studio 中创建了一个发布版本,然后单击在构建服务器中显示 IPA 文件"按钮.
Personally I make a release build in Visual Studio, and then click the 'Show IPA File In Build server' button.
如果按钮变灰,请右键单击您的 iOS 解决方案,选择属性.然后转到iOS IPA 选项"并选中构建临时/企业包 (IPA)"
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)'
然后我在我的 Mac 上启动 Application Loader 并将 IPA 文件拖到那里.
Then I go to my Mac and start up Application Loader and drag the IPA file there.
这篇关于使用 Xamarin 将 Visual Studio 发布到应用商店的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!