简体   繁体   English

在没有开发人员帐户的情况下在Visual Studio中创建IPA

[英]Create IPA in Visual Studio without Developer Account

We need to release our Xamarin.Forms app for our customer as ipa-file, so he can release it in his company enterprise store. 我们需要以ipa文件的形式为客户发布Xamarin.Forms应用,以便他可以在其公司企业商店中发布它。 So my plan for deployment is this: 所以我的部署计划是这样的:

  • Customer sends me Distribution Certificate etc. 客户向我发送分配证书等
  • I create an IPA with these files and send the IPA back 我使用这些文件创建IPA,然后将IPA发送回去

Can i do this within Visual Studio without an apple developer account? 没有苹果开发者帐户,我可以在Visual Studio中执行此操作吗? Or do i need to handle it in xcode? 还是我需要在xcode中处理它? (i didn't work with xcode yet). (我还没有使用xcode)。

In order for you to build iOS solutions in Xamarin, you need an Apple Developer Account as this is where your certificates and provisioning profiles are stored. 为了在Xamarin中构建iOS解决方案,您需要一个Apple开发者帐户,因为这是您的证书和配置文件的存储位置。

You can always import a certificate that has been provided by someone else. 您始终可以导入别人提供的证书

Afterwards, you can build your IPA in Visual Studio. 之后,您可以在Visual Studio中构建IPA。 You just need to set up a Build Host and use an Ad-Hoc Distribution in your case. 您只需要设置一个构建主机并在您的情况下使用临时分配

It may seem a bit tedious to configure your certificates and signing identities if you havn't done so before, but we've all been there. 如果您以前没有配置证书和签名身份,这似乎有点乏味,但是我们都去过那里。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Xcode6中创建没有开发人员帐户凭据的IPA - How to create IPA without Developer Account credentials in Xcode6 如何在没有Apple Developer帐户的情况下在xcode 6中创建ipa? - How to create ipa in xcode 6 without Apple Developer account? 在iOS设备(iPhone / iPad)上安装应用或从Xcode创建.ipa,而无需代码签名和开发者帐户 - Install app on iOS device (iPhone / iPad) or create .ipa from Xcode without code signing and developer account 如何在更新的操作系统和 Xcode 的 react-native 中创建 IPA 而无需在 IOS 中拥有开发人员帐户? - How to create an IPA without having Developer Account in IOS in react-native in Updated OS and Xcode? 如何在没有Appstore和Apple开发人员帐户的情况下分发.ipa文件? - how to distribute a .ipa file without appstore and apple developer account? 无需开发者帐户即可生成生产IPA(基于配置文件和证书) - Generate Production IPA without Developer account (base on profile and certificate) 是否可以使用开发者帐户为App Store创建ipa文件? - Is it possible to create an ipa file for the App Store with developer account? Mac的Visual Studio无法创建ipa文件 - visual studio for mac unable to create ipa file 在 Visual Studio 2017 中添加 Apple 开发者帐户 - Add Apple Developer Account in Visual Studio 2017 如何在Xcode7中创建没有Apple Developer Program的ipa - How to create ipa without Apple Developer Program in Xcode7
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM