Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do you have to pay a licensing fee to program for iPhone/iOS? [closed]

My coworker and I were discussing our desire to write iPhone applications. He seems to believe that there is a 100 dollar licensing cost to program for the iPHone? Does this sound correct?

I could imagine that they might charge you to use some tools that they developed for this purpose but that they wouldn't/couldn't charge you just to be able to program on the device.

like image 548
Scott Avatar asked Feb 03 '11 15:02

Scott


People also ask

Do you need a license to develop for iOS?

Do I need an iOS Developer License to publish my apps to the iOS App Store? Yes. Apple requires all developers to have an iOS Developer License to do so.

Do you have to pay for Apple Developer Program?

The Apple Developer Program annual fee is 99 USD and the Apple Developer Enterprise Program annual fee is 299 USD, in local currency where available. Prices may vary by region and are listed in local currency during the enrollment process.


2 Answers

The tools are free, but you need to register with Apple. You can then do most of your development for free.

However, to test on a device (as opposed to simulator), or submit the app to the App Store, you need to pay a $100 fee. (Here is the iOS Developer Program's homepage: iphone how can i get month name from month number?)

Also, since you are thinking of getting started, you should know that you must have a Mac to run the iOS developer tools.

like image 134
Moshe Avatar answered Oct 18 '22 14:10

Moshe


As others have pointed out:

  1. You can signup as an Apple developer for free
  2. The development IDE (Xcode) is free and available on every Mac.
  3. You do need to register to publish your app on the App Store. The registration cost is $99 per year.
  4. As of Xcode 7, you can install apps you've developed to your iOS device without paying a registration fee.

Also, keep this in mind:

  1. If you are going to develop enterprise applications (i.e. your app is not going to be sold in the App Store), the registration cost is $299 per year.
  2. There are some ancillary costs- mainly source control.
    I use Versions by Sofa. The cost there is $53.

Hope that helps!

like image 38
Ali Avatar answered Oct 18 '22 14:10

Ali