I have an iphone app which has some camera functionality which i want to check if it is working alright. I also have a factory unlocked iphone 3gs. Is there any way of deploying my app to the device without paying the $99 fee.
Asked
Active
Viewed 219 times
0
-
factory unlocked ? You mean jailbroken, correct? – Nils Munch Jan 17 '12 at 12:19
-
no. its not jail broken. – user790514 Jan 17 '12 at 12:23
-
fair enough. but I don't think you can compile and sign without a working Apple iOS Dev certificate... – Nils Munch Jan 17 '12 at 12:30
-
Is this solution not possible if i jail-break my iphone? http://stackoverflow.com/questions/37464/iphone-app-minus-app-store – user790514 Jan 17 '12 at 12:32
-
1Don't believe it will. It's your compiler that needs the certificate, not your device. – Nils Munch Jan 17 '12 at 12:33
1 Answers
1
To generate an IPA file from source code you will need a valid certificate from Apple.
If you already have the IPA file and by "unlocked" iPhone you mean "jailbroken", then you can load the application in the iPhone using different methods the ones that come to my mind are:
- iPhone Configuration Utility
- Via SSH if you enable SSH functionality in your device.

yeforriak
- 1,705
- 2
- 18
- 26
-
-
if the device is not jailbroken there is no way you can load your app in it without adding the device to a valid provisioning profile and signing the code using valid Apple certificate. – yeforriak Jan 17 '12 at 12:26
-
ok. then i need to jail-break my iphone, create a certificate, genetate an ipa file and then load the application? – user790514 Jan 17 '12 at 12:28
-
if you create a certificate, that means you have a valid Apple license and you don't need to jailbreak your iPhone. Therefore in that case you can follow the legal flow of distributing iPhone app. Have a look to this link for more information: http://iwings.net/i_can_fly/how-to-archive-and-build-your-first-iphone-app-for-distribution-using-xcode-4 – yeforriak Jan 17 '12 at 12:43