Unnotarized Developer ID

Hello,

I sign my application with electron builder and notorized my app with this command line :

xcrun altool --notarize-app --primary-bundle-id "" --username "" --password "" --asc-provider "" --file AppZipPath

It seems that i'm well signing my app :

pkgutil --check-signature myAppPath

Status: signed by a certificate trusted by macOS Certificate Chain:

1. Developer ID Application: ** (**)
   Expires: 2027-10-06 16:03:02 +0000
   SHA256 Fingerprint:
       BE **
   ------------------------------------------------------------------------

2. Developer ID Certification Authority
   Expires: 2031-09-17 00:00:00 +0000
   SHA256 Fingerprint:
       F1 **
   ------------------------------------------------------------------------

3. Apple Root CA
   Expires: 2035-02-09 21:40:36 +0000
   SHA256 Fingerprint:
       B0 **

But when i'm trying my notorization :

spctl -a -t exec -vvv AppPath

I've got this : rejected source=Unnotarized Developer ID origin=Developer ID Application: ** (**) (with the good info)

Do you know what i'm doing wrong ?

Thank you

I want to create a developer ID. But I am a little bit confused because I don't know how to authorize it. Can you please help me?

xcrun altool …

altool is deprecated for the purposes of notarisation and will stop working in Fall 2023. If you’re currently notarising with altool, switch to notarytool now. For more information about notarytool, watch WWDC 2021 Session 10261 Faster and simpler notarization for Mac apps.

But when i'm trying my notorization :

It’s best not to rely on spctl to test your notarisation. Rather, I recommend that process described in Testing a Notarised Product.

However, it’s likely that the cause of your problem is that you’re notarising your app, not your installer package. When notarising a product for macOS, you should sign everything, from the inside out, and then notarise the outermost container. For the specific steps, see:

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

I want to create a developer ID.

This seems unrelated to Gregoire36’s original issue. Please start a new thread, tagging it with Developer ID so that I see it.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Unnotarized Developer ID
 
 
Q