0

iOS wireless ad hoc distribution fails at the end of download with "Unable to download..." message. I followed steps in the answer of here: iOS 4: wireless app distribution for in-house applications .

Any workaround?

Community
  • 1
  • 1
eonil
  • 83,476
  • 81
  • 317
  • 516

1 Answers1

0

I got solution. I did not downloaded Provisioning Profile. A new device should download proper Provisioning Profile before downloading the app.

eonil
  • 83,476
  • 81
  • 317
  • 516
  • I have the same problem, but mine still doesn't work after installing the profile. Do you have to add the device ID to the profile somewhere first? – Davido Jan 06 '11 at 16:08
  • @Davido Yes, you have to add the device's UDID to the Ad Hoc profile at the dev portal and then download a new version. – Jay Peyer Jan 07 '11 at 04:41
  • I actually figured it out. I got it working so I don't have to have a specific list of UDID values in the profile. A link can be emailed to anyone and they can install it from the shortcut to a server. – Davido Jan 11 '11 at 16:01
  • @Davido How did you accomplish that? – RoLYroLLs Apr 09 '11 at 17:41
  • see my post here: http://stackoverflow.com/questions/5546581/how-to-distribute-ios-application-wirelessly-without-managing-udids-and-recompila/5558057#5558057 – Davido Apr 11 '11 at 14:58