简体   繁体   中英

Distribute ad-hoc app

I want to distribute my application to .ipa file which can be added by itunes to device. And i go to developer.apple.com and then:

  • 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
  • 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.
  • Next i add my mobileprovision file to itunes, add ipa to itunes and try to sync.
  • I'm getting an error 0xE8003FFE

I'm using 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. 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. So my only conclusion is that is NOT Xcode problem but device/OS problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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