0

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.

user790514
  • 137
  • 1
  • 2
  • 12

1 Answers1

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
  • i do not have a jail broken phone. it is just factory-unlocked. – user790514 Jan 17 '12 at 12:20
  • 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