Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How much does it cost to get a code signing certificate from Apple?

Tags:

macos

Due to mysteries preventing me from using a certificate issued by thawte from code signing a DMG file, and the need for some expediency, I'm going to try to convince my boss to get us a development license with apple. If nothing else, there is at least product support...? Anyways:

I gather that the developer's license is $100/year. Beyond that, what does it cost to have them issue a certificate for code signing?

like image 983
Lunpa Avatar asked Jun 06 '11 20:06

Lunpa


People also ask

How much is an Apple certificate?

About Apple Training The cost to attend Apple Training ranges from $20 to $5,000 depending on the qualification, with a median cost of $250.

How much is a code signing cert?

Get started with code signing - order a certificate today. Purchasing a code signing certificate is a simple process. Most of the time, you won't even need a CSR to complete the purchase order form online. Get a code signing certificate for just $474/year.


1 Answers

Your $100.00 developer account will let you create as many certificates as you need for one or multiple apps. For IOS you typically create provisioning licenses for development, so that your test users can try your app before apple approves it. This isn't needed on the Mac however. You should be able to just build your app and deploy it however you like without Apple being involved.

You don't say in your post, but I'm assuming that you are planning to sell the application through the Mac App Store? If you are planning to use the App Store, or Mac App Store, when you are ready to publish your app, you create another signing certificate, used only when you submit for review. If you are self publishing, be aware that the certificates Apple issues typically have short expiration dates, and you may have to re-sign your distribution bundle in a few months.

I hope this was helpful.

like image 176
gwood Avatar answered Nov 15 '22 07:11

gwood