I am developing an app for iPhone. How can I test this app on my device?

What are the procedures to follow? Please give information regarding this problem.

link|improve this question

75% accept rate
feedback

4 Answers

up vote 0 down vote accepted

things you will need are 1)your private key. 2)your provisioning profile (with the UUID of your device added). 3)go to project settings and change code signing entity to your distribution profile. then you can build and run after connecting your device.

link|improve this answer
feedback

Deploying iPhone Apps to Real Devices
http://mobiforge.com/developing/story/deploying-iphone-apps-real-devices

link|improve this answer
1  
That really is a comprehensive guide. – sudo rm -rf Feb 18 '11 at 15:57
feedback

1) Open Xcode,

2) Go to Active SDK, and select the OS version running on your test device (viewable by going to Settings->General->About on the device).

3) With your project open, click on "Build and Run" (or press Command-R) to run the project, which will prompt you to allow access to your keychain.

4) Once deployed, the app will run automatically. Distribution

link|improve this answer
3  
And a lot of stuff that takes twenty times a long as those 4 steps need to be done before 1). UUIDs, App Ids, Developer Keys, Certificates and so on. – Matthias Bauch Feb 18 '11 at 13:02
these id how to create? and where to put?which oder to create these id? – Senthilkumar Feb 18 '11 at 13:38
feedback

First of all, to run the app on your phisical device you must enroll to the apple developer program. Second, generate a developer certificate and download it. Then, import the certificate into Xcode and here you go.

link|improve this answer
thanks, now i create certificate.but while running the app in device ios provisioning profile error display.what i do? – Senthilkumar Feb 19 '11 at 5:35
1) add your device to the provising profile 2) re-download that provising profile (devel or distribution) – squallstar Feb 22 '11 at 9:28
feedback

Your Answer

 
or
required, but never shown

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