How can I deploy an iPhone application from Xcode to real iPhone device without having a US$99 Apple certificate?
feedback
|
protected by Marc Gravell♦ Dec 27 '10 at 12:21
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.
|
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: | |||||||||||||||
feedback
|
|
I've used a mix of two howtos: Jason's and alex's. With the second we have the advantage of being able to debug. I'll mostly just copy both below (and simplify alex's): Update: this still works on SDK 4.2.1 and iOS 5.0.1 - I've just tested it all on a new computer and device! 1. Create Self-Signed CertificatePatch your iPhone SDK to allow the use of this certificate:
2. Enable Xcode's to Build on Jailbroken Device
And if you're on iOS 5, that's it! Try it now! It actually won't allow debugging, but the app will be installed and work just fine! I was very surprised by this because, as you should know, I've got no idea on what all those hackings are all about! All I did was improving a little bit what I found elsewhere, as I pointed. *So yeah, the whole method doesn't work the same way anymore and I couldn't bother to find a new one... Except for this, which uses a tool called Theos but I haven't even tried it.* Finally, if you need to uninstall it for whatever reason, check the end of this post. In my case, I had to because I couldn't figure out why all of the blue this whole method stopped working, and I couldn't care anymore since we've already got the long waited license. (Freaking DUNS number takes so long...) . . . . . 2a. Continuing XCode hacking for older SDK
UninstallingFor steps 1 and 2:
For step 2a: Sorry, you're on your own. The idea is the same from above, though. Restore the original files. | |||||||||||||
feedback
|
|
You'll have to jailbreak your device. | |||||||||
feedback
|
|
You can't, not if you are talking about applications built with the official SDK and deploying straight from xcode. | |||
|
feedback
|
|
See this answer to a question I asked earlier for a very good guide on how to put it on your jailbroken iPhone. | |||
feedback
|
|
There is a way to deploy iPhone apps without paying to apple You'll have to jailbreak your device and follow the instructions in http://www.alexwhittemore.com/?p=398 | |||
feedback
|
|
Nothing I've seen anywhere indicates you can ad-hoc deploy to a real iPhone without a (paid for) certificate. | |||
|
feedback
|
|
No, its easy to do this. In Xcode, set the Active Configuration 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. | |||||
feedback
|
|
I was going through the Apple Developer last night and there in the Provisioning Certificate I found something like - "Signing Team Members". I think there is a way to add team members to the paid profile. You can just ask to the App Id Owner(paid one) to add you as a team member. I am not sure. Still searching on that. | |||||||
feedback
|
|
Solution posted by Cawas works perfectly with XCode4, too. However, there are some changes to IDE's UI, so you need to make some research to find Run Script :) In the Project Navigator view click the root item of the project, then in the middle window select Target, then click Build Phases tab and at the bottom you'll see Add Build Phase button, click and select Add Run Script, then paste "codesign" script posted by Cawas. | |||
|
feedback
|
|
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.. | |||
|
feedback
|
|
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. | |||
|
feedback
|
