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?
| |||||||||||
feedback
|
|
"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. | |||||
feedback
|