问题
I wants to test my own application to my actual iPhone Device rather then simulator.
So, is there any chance to do so with ?
I have an apple developer account.. But don't know the procedure, Please help me if u have any solutions..
Thanks in advance...
回答1:
Log in to http://developer.apple.com/iphone/ with your developer id and password. Then:
- http://developer.apple.com/iphone/manage/team/index.action and set up your team.
- http://developer.apple.com/iphone/manage/certificates/team/index.action to create your certificate
- Download the certificate you just created and double click on it to run Keychain Access and install it.
- http://developer.apple.com/iphone/manage/devices/index.action to enter your iPhone's id
- http://developer.apple.com/iphone/manage/bundles/index.action create an appID
- http://developer.apple.com/iphone/manage/provisioningprofiles/index.action to download a provisioning profile
- Drop that provisioning profile onto Xcode
- Go into your project's info.plist and change your Bundle identifier to be the same as you used for the provisioning profile, minus everything up to the first "."
- Go into your project's Build Info, and select the appropriate Code Signing Profile
- I think now you're ready to go. Select an iPhone Device from the pop-up menu in your main project browser window, plug your iPhone in and let Xcode see it, and then Build and Run.
回答2:
You can, but as iPhone applications need to be signed - you need to be a paid developer. It is then a case of logging into the portal, assigning a test device, application settings and then downloading a provisioning certificate.
回答3:
The procedure is cumbersome, however it is very well documented.
You need to create your Developer Certificate and a Certificate for your software projects.
Go to http://developer.apple.com/iphone/, log in and click iPhone Developer Program Portal on the right side. You will find a "launch Assistant" there that will guide you through the next steps. It's pretty easy.
回答4:
You have to join the iPhone Developer Program, which is $99 for the Standard Program, $299 for the Enterprise Program.
来源:https://stackoverflow.com/questions/1558585/is-it-possible-to-test-iphone-application-on-actual-device-rather-than-simulator