Reputation: 1949
I am a novice in iOS programming and I have some novice questions.
I am using Xcode 4.2. My app runs well on iPhone 5.0 Simulator but I cannot actually get the IPA file from it. When I use my real iPod Touch, it produces "CodeSign error".
I know that to get IPA file and to avoid "CodeSign error", I need to join iOS Developer program and pay $99 so that I can obtain the certificate for my apps.
So my questions are:
Many thanks.
Upvotes: 0
Views: 155
Reputation: 13932
Yes, if you want your apps to be usable on a regular iPhone. You can develop them regardless, you just can't install them on an iPhone.
Yes, you can use a jailbroken iPhone which requires no code signing - at your own risk (not supported nor recommended).
Yes, you need to join the Developer program in order to be able to put your app on the App store - whether free or not is entirely up to you, Apple doesn't care.
Upvotes: 3