简体   繁体   English

在XCode 4.1中为Enterprise共享iOS应用

[英]Sharing an iOS app for Enterprise in XCode 4.1

In articles like this: http://aaronparecki.com/How_to_Distribute_your_iOS_Apps_Over_the_Air as well as the official Apple Documentation: http://developer.apple.com/library/ios/#featuredarticles/FA_Wireless_Enterprise_App_Distribution/Introduction/Introduction.html it says things similar to: "The manifest file is a file in XML plist format. It's used by an iOS 4 device to find, download, and install apps from your web server. The manifest file is created by Xcode, using information you provide when you share an archived app for enterprise distribution." 在类似这样的文章中: http : //aaronparecki.com/How_to_Distribute_your_iOS_Apps_Over_the_Air以及苹果官方文档: http : //developer.apple.com/library/ios/#featuredarticles/FA_Wireless_Enterprise_App_Distribution/Introduction/Introduction.html它表示类似的内容到:“清单文件是XML plist格式的文件。iOS4设备使用该清单文件从Web服务器中查找,下载和安装应用。清单文件由Xcode创建,使用共享时提供的信息已存档的应用程序以供企业分发。”

However, in the organizer for XCode 4.1, there is no "share for enterprise option". 但是,在XCode 4.1的组织器中,没有“企业共享选项”。 The only options listed are the ones pictured here: http://developer.apple.com/library/mac/#documentation/ToolsLanguages/Conceptual/Xcode4UserGuide/DistApps/DistApps.html 列出的唯一选项是此处显示的选项: http : //developer.apple.com/library/mac/#documentation/ToolsLanguages/Conceptual/Xcode4UserGuide/DistApps/DistApps.html

which are "iOS App Store package (ipa)" and "Archive". 分别是“ iOS App Store软件包(ipa)”和“存档”。

Can someone tell me how I actually get to the "Enterprise Sharing" option? 有人可以告诉我我实际上如何进入“企业共享”选项吗?

Thank you 谢谢

Just follow the instruction in the documentation 只需按照文档中的说明进行操作

until you arrive the " To share your iOS application. " 直到出现“ 共享iOS应用程序”。

Once you arrive this step, the next screen will ask you for a file name, and an option "Save for entreprise Distribution" will be available (refer image) , check for this box and it is here you enter all the information including the most importantly, application URL that must be the same as your bundle 到达此步骤后,下一个屏幕将询问您文件名,并且“保存用于企业发行版”选项将可用(请参阅图片) ,选中此框,在这里您输入所有信息,包括最重要的是,应用程序URL必须与您的捆绑软件相同 下一个画面

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM