Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a developer account and I'm used to authoring my own apps. Recently another developer I'm working with wants me to test their application on my device. He has already added my devices ID to his provisioning profiles and provided me with a compiled IPA, however I don't know how to go about copying this IPA to my iOS device. The workflow with XCode doesn't seem to be what I'm used to when working with my own source.

He has specifically asked me not to use Test Flight.

Any help is appreciated!

share|improve this question

2 Answers

What we do (at work) is: we did put up a small web page with a link to the IPA. You click it and the device will install it.

Very simple, and very easy to distribute the IPA to the testers. And only devices in the provisioning profile are able to install.

share|improve this answer

The iPhone configuration utility can be used for this - open the app (I can't remember if you need to download it first) and drag in the ipa, connect your device and you can install it there.

You can also use iTunes, but that may not be something you want to do on your work machine with your personal device, as you have to sync the whole thing rather than just install a single app.

share|improve this answer
As it turns out the provisioning profile was not set up correctly, however it took the iPhone Config Utility to tell me that (I had tried web-distribution, xcode, and itunes before that). I wish I'd known about this app sooner, either way. Thank you! – artician Oct 20 '12 at 12:17

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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