Is there any way to test iphone application on real device without paying $99 to Apple because i dnt want to enrolled to apple iphone developer program i m newbie just playing around with iphone development.
Asked
Active
Viewed 1,145 times
0
-
Why does it have to be on a real device? You can use Xcode to build an app and use the simulator for free. – Gregg B Nov 11 '10 at 06:14
-
possible duplicate of [How can I deploy an iPhone Application from Xcode to real iPhone device without having an Apple 99$ Certificate?](http://stackoverflow.com/questions/4151705/how-can-i-deploy-an-iphone-application-from-xcode-to-real-iphone-device-without-h) – Yann Ramin Nov 11 '10 at 06:14
-
@rwilliams: Yes. Testing on real devices is not restricted to enterprise developers. – BoltClock Nov 11 '10 at 06:16
-
Thanks grillz but i have iphone 3gs thats why i want to try on it. – aadi Nov 11 '10 at 06:16
-
Two downvotes... and then two upvotes? – BoltClock Nov 11 '10 at 06:24
-
possible duplicate of [Test app on iPhone without paying $99 to Apple](http://stackoverflow.com/questions/4024704/test-app-on-iphone-without-paying-99-to-apple) – Brad Larson Nov 11 '10 at 20:26
1 Answers
3
You can append your app into jailbroken device using cross-compiller and iphone toolchain. But there are some complexity with doing this. And you will no be able to debug it anyway without subscribing apple dev program. So, it's easier to subscribe.
If you still want to, goto http://www.saurik.com/

zkaje
- 269
- 1
- 3
- 16