How can I deploy an iPhone Application from Xcode to real iPhone device without having an Apple 99$ Certificate?
|
3
|
|||||||
|
|
|
Nothing I've seen anywhere indicates you can ad-hoc deploy to a real iPhone without a (paid for) certificate. |
||
|
|
|
|
This really all depends on what version of Xcode you are using as different versions use different methods to deploy to your iPhone without a provisioning profile. Xcode 3.2.1 is a good version and is easy to sort out, but we need to know what version you are using. |
||
|
|
|
|
Running your script, (redsn0w jailbreak, followed your instructions, Iphone Developer), I get Running custom shell script in xcode (1 error) Command /bin/sh failed with exit code 2 -- sure you've seen this before -- how to fix and deploy to iphone 3G 3.0.1? |
||
|
|
|
|
There is no workaround. You can only ad hoc deploy apps if they are registered with your device. This prevents you from building your own app store.. |
||
|
|
|
|
No, its easy to do this. In xCode, set the export mode to release. Change the device from Simulator to Device - whatever SDK. If you want to directly export to your iPhone, connect it to your computer. Press Build and Go. If your iPhone is not connected to your computer, a message will come up saying that your iPhone is not connected. If this applies to you: (iPhone was not connected) Go to your projects folder and then to the build folder inside. Go to the Release-iphoneos folder and take the app inside, drag and drop on iTunes icon. When you sync your iTouch device, it will copy it to your device. It will also show up in iTunes as a application for the iPhone. Hope this helps! P.S.: If it says something about a certificate not being valid, just click on the project in xcode, the little project icon in the file stack to the left, and press Apple+I, or do Get Info from the menu bar. Click on Build at the top. Under Code Signing, change Code Signing Identity - Any iPhone OS Device to be Don't Sign. |
||
|
|
|
|
I have a little problem with Xcode deploy configuration: problem |
||
|
|
|
|
|
||
|
|
|
|
It sounds like the application isn't signed. Download ldid from Cydia and then use it like so: Also be sure that the binary is marked as executable: |
||
|
|
|
|
Ok, I made the steps from the answer but, when I run the application on the iPhone it start, shows the Default.png screen and then is close suddenly (I try this with my application and with UICatalog app). Thanks for the answers |
||
|
|
|
|
See this answer to a question I asked earlier for a very good guide on how to put it on your jailbroken iPhone. |
||
|
|
|
|
You can't, not if you are talking about applications built with the official SDK and deploying straight from xcode. |
||
|
|
|
|
You'll have to jailbreak your device. |
||
|
