vote up 3 vote down star
3

How can I deploy an iPhone Application from Xcode to real iPhone device without having an Apple 99$ Certificate?

flag

0% accept rate
3  
Has someone answered your question? Give them credit. – JoePasq Oct 19 at 0:05
Related: stackoverflow.com/questions/37464/… – philfreo Nov 17 at 0:26

13 Answers

vote up 0 vote down

Nothing I've seen anywhere indicates you can ad-hoc deploy to a real iPhone without a (paid for) certificate.

link|flag
vote up 0 vote down

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.

link|flag
vote up -1 vote down

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?

link|flag
vote up 0 vote down

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..

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

I have a little problem with Xcode deploy configuration: problem

link|flag
vote up 0 vote down

chmod +x was the missing command - many thanks !

link|flag
vote up 3 vote down

It sounds like the application isn't signed. Download ldid from Cydia and then use it like so: ldid -S /Applications/AccelerometerGraph.app/AccelerometerGraph

Also be sure that the binary is marked as executable: chmod +x /Applications/AccelerometerGraph.app/AccelerometerGraph

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

See this answer to a question I asked earlier for a very good guide on how to put it on your jailbroken iPhone.

link|flag
vote up 4 vote down

You can't, not if you are talking about applications built with the official SDK and deploying straight from xcode.

link|flag
vote up 6 vote down

You'll have to jailbreak your device.

link|flag
and then what... – philfreo Nov 17 at 0:24

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.