简体   繁体   English

分发临时应用

[英]Distribute ad-hoc app

I want to distribute my application to .ipa file which can be added by itunes to device. 我想将我的应用程序分发到.ipa文件,该文件可以通过iTunes添加到设备。 And i go to developer.apple.com and then: 然后我转到developer.apple.com,然后:

  • Generate Distribution Provisioning Profile, download, install it and use it as "code sign". 生成分发配置概要文件,下载,安装并将其用作“代码符号”。
  • Then install Distribution Certificate 然后安装发行证书
  • Go to my Xcode and select product->archive 转到我的Xcode并选择product-> archive
  • Then from Organizer->Archives select my latest copy and select Distribute, select Save For Enterprise or Ad-Hoc and and sign this by my Distribution Provisioning Profile. 然后从Organizer-> Archives中选择我的最新副本,然后选择Distribute,选择Save for Enterprise或Ad-Hoc,然后通过我的Distribution Provisioning Profile对其进行签名。
  • Next i add my mobileprovision file to itunes, add ipa to itunes and try to sync. 接下来,我将我的mobileprovision文件添加到iTunes,将IPA添加到iTunes并尝试同步。
  • I'm getting an error 0xE8003FFE 我收到一个错误0xE8003FFE

I'm using Xcode 4.3.2 我正在使用Xcode 4.3.2

Try following these instructions: 请尝试按照以下说明进行操作:

  1. Go to Settings 前往设置
  2. Go to General 转到一般
  3. Go to Restrictions(4-digit passcode may be needed) 进入限制(可能需要输入4位数的密码)
  4. Turn on "Installing Apps" 打开“安装应用程序”
  5. Resync your Device. 重新同步您的设备。

This is not great but it is a solution. 这虽然不好,但可以解决。 I restore my iphone to 4.2.1 iOS (from 4.2.1 !!! strange...) and works great. 我将iPhone恢复到4.2.1 iOS(从4.2.1 !!!奇怪...),并且运行良好。 So my only conclusion is that is NOT Xcode problem but device/OS problem. 因此,我唯一的结论是,这不是 Xcode问题,而是设备/操作系统问题。

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

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