xcode - Distinguish between Apple's Mac App Store Certificates -
can explain me differences between these certificate types shown in profile in apple developer page?
developer id application mac installer mac app mac development thanks...
the "developer id" certificate used code signing mac app distributed outside mac app store (i.e. website). used when exporting archived build of app distribution.
the "mac installer" , "mac app" certificates used code signing mac app distribution through mac app store.
the "mac development" certificate used code signing mac app during development stage of app destined mac app store.
Comments
Post a Comment