I've been searching stackoverflow, reading in the various blogs to get answer to my question "Can I distribute my app to someone, without getting his device UDID?"

The answers I found is all about "NO! You must have the list of UDIDs"

BUT, I've people (private company) telling me that they used to install apps without giving their device UDIDs to developer. Developer used to send them .ipa file, they just drag&drop it in itunes, that's it! I'm dizzy..

By which way they did it without UDIDs? (I'm against jailbreak, it's not option)

Or, maybe they're lying?

link|improve this question

80% accept rate
why you want to do it would help us provide an answer. "No" is the short answer. If you have a Corporate iOS Developer account you can package up apps to be installed directly onto any iOS device (restricted by license) of any employee of your company. – bshirley Jan 12 at 4:46
You mean, I have to get enterprise developer acount, then I can package my app and distribute it for any device in my company? Without knowing UDIDs?! – Almas Adilbek Jan 12 at 4:49
@AlmasAdilbek Seems I'm wrong. Seems for enterprise distribution it is possible. Look at the stackoverflow.com/questions/7306441/… – 4ndrew Jan 12 at 4:59
Well, it's funny, I will not dare to believe, so many answers around... – Almas Adilbek Jan 12 at 5:08
re: your first question: yes. yes. I'm working with a client now with that setup. We also check their server for the most updated version of the app. If they're running an old copy, we don't let it continue and send it to a link on their intranet, they can instantly install. Only have to support the latest app. – bshirley Jan 12 at 6:00
feedback

1 Answer

up vote 2 down vote accepted

"Private company". There's the clue.

App store developers can only distribute apps to (up to 100) devices with known UDIDs. That's the $100 plan most of us have. We can only create signing profiles for ad-hoc distribution to our 100 devices, or for sending to Apple.

There also exists the enterprise developer program, a $300 annual plan open to businesses (currently, any business with a DUNS number; the requirements used to be more stringent.) Enterprise developers can't submit to the app store, but they can sign apps for installation onto any device, without knowledge of UDIDs.

The enterprise developer contract includes an agreement not to install such apps on devices not associated with the organization or business. The agreement just isn't enforced technologically by the provisioning profile restrictions. Also, enterprise provisioning profiles expire annually, so devices have to be refreshed with new profiles or the apps stop working.

link|improve this answer
How apps stops working? Through internet connection? What cases will cause apps to stop? – Almas Adilbek Jan 12 at 5:25
In the same way a developer debug installed app stops working on your device: when the provisioning profile expires, the app will not launch. – bshirley Jan 12 at 5:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.