0

Possible Duplicate:
iPhone App Minus App Store?
iphone apps deploy in device

am a newbie. I have coded and compiled a simple hello world app. I am wondering what file now needs to be transferred to iphone ? And how ? Is it possible to run it on my personal iphone, without submitting it to "Appstore" in between.

thanks

Community
  • 1
  • 1
Vishwas
  • 1,533
  • 2
  • 19
  • 40

2 Answers2

2

To test apps on your iPhone you have to be a member of the iOS Developer Program, which costs $99 per year.

In that case, you can use Xcode to deploy to the device. Right click on your iPhone on the Organizer and select Add Device to Provisioning Profile.

Then you can select your device and run your app on it.

enter image description here

sch
  • 27,436
  • 3
  • 68
  • 83
0