Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Confused about Code Signing on Mac OSX
QtWS25 Last Chance

Confused about Code Signing on Mac OSX

Scheduled Pinned Locked Moved Unsolved General and Desktop
applecodesignmac os xdistributioninstaller
2 Posts 2 Posters 1.3k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    maximo
    wrote on last edited by maximo
    #1

    I'm confused about code signing on Mac OSX.

    See, in the Windows world, you typically get an expensive Symantec EV certificate to code sign because that seems to be the only thing that passes the muster of IE and Chrome, given enough downloads from different IP addresses. (I mean, any other code signing cert usually gives you grief in getting past the IE and Chrome filter.)

    So, in the Mac world, they want you to get an Apple Organizational Developer ID at $99 USD/year to sign your applications. Okay, fine, but then do I need to codesign yet again (if that's even possible) with the expensive Symantec EV certificate in order to get past the IE and Chrome filter?

    If you've done this process, I could use a hand in understanding the steps and the command line things I must type. Also, what parts do I code sign -- any executables in my application plus the setup too?

    Note -- we do not plan to issue our application through the Apple AppStore -- only our website.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Even if not through the App Store, it's better to sign your application so people know where it comes from.

      What's not clear is why would you need to do a second signing of your application with e.g. a Symantec certificate. What did make you think that ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved