I want to test a self-created app on my iPhone without buying an Xcode Developer Acoount. I've searched everywhere but found nothing that works. I won't pay 79€ for an acc. only to test my App.
-
possible duplicate of [iPhone App Minus App Store?](http://stackoverflow.com/questions/37464/iphone-app-minus-app-store) – Richard J. Ross III Jun 25 '12 at 17:06
5 Answers
If all you want to do is learn Objective-C and Cocoa you can test your apps on the simulator. But if you want to actually test on a real device, which is important if you're actually shipping an app in the app store, then you have no choice but to join the developer program.

- 98,941
- 38
- 226
- 299
-
+1 the simulator is extremely underrated. I do at least 90% of my development on the simulator. Certain things are hard-to-impossible to test -- like multitouch gestures -- but in general the simulator is a great way to learn objective-c for iOS. As you mention, if you're shipping an app you have to test on a device, because there are occasional and random differences. – Dan Rosenstark Jun 25 '12 at 17:27
-
Yes, I know ... i can use the simulator but I want to test my graphics on a real retina display... so the simulator is not enough... – David Brüggen Jun 26 '12 at 09:25
There is no other way. You have to pay the $99 fee to test your apps on a real device. Or you can jailbreak your phone. But without jailbreaking or paying the fee, no, it's not possible, sorry.

- 39,814
- 12
- 105
- 142
There are distribution programs that do not require a jailbreak, however these tend to be for use by companies internally and as such probably don't save you any money. Perhaps you could find a trial version.
As a side note, if you are running iOS 5, the absinthe jailbreak is incredibly stable and 'safe'.

- 6,783
- 4
- 36
- 53
Technically, what @DrummerB said isn't entirely true. If you could find a willing, licensed iPhone developer who would put you on their development team, you could operate using their provisioning profiles and certificates until you pay to upgrade.
I just want to point out however, that this is not something that I would personally do for you, you should just buy the certs for $99 yourself.

- 55,009
- 24
- 135
- 201
If you are a student, you could look into the Apple Developer University Program. This program is free for students, and will allow you to test your app on real devices. However, with this membership level you will NOT be able to submit apps to the App Store. You will still need a paid membership for that.

- 129,200
- 40
- 280
- 281
-
But the Apple Developer University Program is only for Universities and not for a single student. My "school" have to register their not me... – David Brüggen Jun 26 '12 at 09:23
-