-3

I want to distribute an iPhone app in my organization, (device ID free) and possibly over the air, is there any way to distribute app without asking device ID's over the air in an organization.

Ashwani
  • 378
  • 1
  • 3
  • 13
  • 2
    Have a look at TestFlight. It's great. A little fiddly to set up but it's a great solution once you're away. https://testflightapp.com – Adam Waite Nov 07 '12 at 10:00
  • Please use search and google. This question has been answered here quite some times. One example: http://stackoverflow.com/questions/5546581/how-to-distribute-ios-application-wirelessly-without-managing-udids-and-recompil – brainray Nov 07 '12 at 10:03

1 Answers1

4

If you want it for your organisation only:

UDID Needed, Enterprise program Over the air installation: MDM (Mobile Device Management) https://developer.apple.com/programs/ios/enterprise/

IF you want it for everyone:

Use the app store, they can install it without you need the device id (UDID) https://developer.apple.com/programs/ios/

EDIT

Okay, i looked into it again. You were true. You can create in xcode: Product > Archive > Distribute > For in house- enterprise apps. Than you can send it over MDM or with: iPhone configuration utility, xcode & iTunes 8.

Good luck with your organisation app

David Raijmakers
  • 1,369
  • 1
  • 16
  • 40