6

I have a app and have successfully built it with Xcode. The problem is I want to test this application on my iPad. I know there is Apple developer program and stuff. But before going there I wanted to try this app first. There is a website called testflightapp.com where we can deploy applications to iPad on the fly.

That requires a IPA file. How do I go about it ?

2
  • You can't run apps on devices without being a developer. Commented Mar 5, 2011 at 8:24
  • Unless it's jailbroken. Commented Mar 27, 2013 at 22:36

4 Answers 4

9

You can create an IPA file in Xcode with "Build -> Build and Archive". Now open "Window -> Organizer" and you find the IPA in the section "Archived Applications". Save the IPA to a folder now.

IMPORTANT: You have to be an Apple developer to create an IPA file. The IPA file have to be signed with certificates, etc. ...

Sign up to request clarification or add additional context in comments.

1 Comment

Iam using Xcode 4.2 with iOS 5 and while opening xcode->product, i can see only build with no sub tabs and another option, build for-> testing, profiling, running and i am unable to select build for archiving.
7

Put your ad-hoc profile before archiving the project. Once you are ready.

Go to Product ---->Archive upon successful archiving you will see Organizer Window Navigate through to

Archives then click on Distrubition next window you need to choose Save for Enterprise or Ad-Hoc Deployent then you will choose your AdHoc profile and save.

.ipa creation

Comments

4

The directions for that are at http://support.testflightapp.com/kb/tutorials/how-to-create-an-ipa. You might need to be in the developer program to create a valid IPA file, though.

2 Comments

Link was broken, but found the directions here: help.testflightapp.com/customer/portal/articles/…
Apple has taken down all of these articles since purchasing TestFlight. Archived version: web.archive.org/web/20150209063308/http://…
0

To load an app on a physical device you MUST be an Apple developer, it is not optional.

Once you have your account, you will need to enter your device IDs and generate a certificate against those device IDs at developer.apple.com

The certificate is used to sign the IPA and allow it to run on the pre-defined devices.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.