Unnotarized Developer ID

I'm new to notarizing applications. I'm building an Electron application using electron-packager. The signing looks solid:

codesign -vvv --deep --strict path/to/app.app
# satisfies its Designated Requirement

But checking notarization, looks like it didn't work.

spctl --assess -vv path/to/app.app
# source=Unnotarized Developer ID
# origin=Developer ID Application: Tyson XXXX (XXXXX)

I'm wondering how to fix the "Unnotarized Developer ID".

Thanks!

Answered by DTS Engineer in 822711022

The spctl tool isn’t a great option for confirming that notarisation was successful. Rather, I recommend that you follow the process in Testing a Notarised Product.

If that reveals a real problem, see Resolving Trusted Execution Problems for lots of advice on how to investigate it further.

Share and Enjoy

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

The spctl tool isn’t a great option for confirming that notarisation was successful. Rather, I recommend that you follow the process in Testing a Notarised Product.

If that reveals a real problem, see Resolving Trusted Execution Problems for lots of advice on how to investigate it further.

Share and Enjoy

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

Unnotarized Developer ID
 
 
Q