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.
|
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.
| ||||
|
feedback
|
|
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. | |||
|
feedback
|
|
Deploying iPhone Apps to Real Devices | |||||
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 | |||||||
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. | |||||
feedback
|