hi i am new to iPhone application development. i developed a simple project on xcode now i check it in mobile. how can i done this ,means need to create exe file or any thing else pls help me
+2
A:
The first step is to join the iPhone development program. Once you that and follow the instructions of createing a developer certificate you can run your code on a physical device. If you're using the latest version if Xcode just connect your device - choose device in the build settings and build & run. It will install the app on your device and run it.
Obtaining your iPhone Development Certificate - Requires login to apple dev center
Ron Srebro
2010-07-31 12:36:51
Remember to create a certificate for EACH device you want to test your app on
rano
2010-07-31 16:21:59
Actually no need to create a certificate or provisioning pre app or device, just need to add the device.Beginning with xcode 3.2 you don't need to create a provisioning profile for each app and device you code in order to test it. xcode now includes a team provisioning profile that automatically includes all the devices registered in your account.
Ron Srebro
2010-07-31 16:28:14