Search code examples
iphoneapp-storeprovisioningjailbreak

How do I install arbitrary .app iPhone applications to jailbroken iPhones?


I have apps pending app-store submission, and I'd like to be able to test them easily sans creating any special builds or creating provisioning profiles for specific phones or ad-hoc distributions.

How can I take this distribution-ready .app application and use it on jailbroken iPhones? I tried scping the file to /Applications, but on re-spring, the application doesn't have gloss and it crashes as soon as I open it, which seems like a likely provisioning/signing issue.

How can I easily deploy on jailbroken iPhones? What's the proper way to do this?


Solution

  • You need to fake code-sign your app so that it can run on jail broken iPhones. Here is an URL for how to do it.