I have some ipa files and it turns out that I can install directly on my device without having to do anything unusual, just itunes. These apps are not in the app store, so I guess they've done something with Xcode or with the ipas, right? How is this possible?

When I pass the apps I've done to some beta testers I have to ask IDs and after putting it in the certificate, it can be installed, but if not, no.

So anyone have any idea? What happened?

If you have an Enterprise account, you still need the ID's of the testers, right?

sorry for my bad english, but at least I try!

Greetings and thanks!

link|improve this question
Is that a jailbroken device? – Deepak May 17 '11 at 9:57
No, the device isn't jailbroken. – David May 17 '11 at 10:03
Looking for some more info about enterprise program I found that the id's are not required to distribute in-house apps (which I don't know exactly what does mean). Could be the answer? – David May 17 '11 at 10:22
feedback

3 Answers

We can do in Xcode "build and archive", which will then create an ipa file. This is done by the developers to pass on the app to the client for testing or reviewing.

Ofcourse, if you want to run this archive your device should have been added in the provisioning profile with which the archive was created.

link|improve this answer
I know, this is why I don't understand what have they done! Every time I have to send my apps to betatester if I haven't its ID's I can't do anything.. – David May 17 '11 at 10:05
feedback

Have you look at Test Flight?

EDIT

Come to think of it, if one is able to give their applications to anonymous testers he could sell the app outside the AppStore. That would be counterproductive for Apple and unless the user jailbreaks the device it shouldn't be possible.

link|improve this answer
Test Flight still requires device IDs. – Ball May 17 '11 at 9:55
feedback

As @Deepak said (then stroke), you can use TestFlightApp (you won't have to care about UDID). Explained there: How do install iPhone application from Xcode to a remote iPhone

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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