user1419730
user1419730

Reputation: 11

how to build unsigned application for iphone 5.1 using xcode + phonegap and create .ipa file without apple developer program?

1Distribute unsigned Application for iphone?

2install unsigned Application on iphone.i have changed sdksetting and project setting .but that is not helpful for me?so give me a proper solution?

Upvotes: 0

Views: 5577

Answers (2)

omercnet
omercnet

Reputation: 737

you should try JailCoder, it patches everything for you

Upvotes: 1

hEADcRASH
hEADcRASH

Reputation: 1915

1) Ad hoc distribution is your only option (and is limited to 100 (as of this typing) users:

More info: Xcode App Distribution to Friends

2) Install somebody else's unsigned application (requires a jailbreak) or run your own code / project on your own iPhone (only requires provisioning)?

More info: Test iOS app on device without apple developer program or jailbreak

Extensive (code-signing) docs: http://developer.apple.com/library/mac/#documentation/ToolsLanguages/Conceptual/OSXWorkflowGuide/CodeSigning/CodeSigning.html

Upvotes: 0

Related Questions