I'm notarizing my .pkg installer and even stapling the ticket after, but I still get rejected after checking it with the following command:
spctl -vvv --assess --type install path/to/my/notarized.pkg
path/to/my/notarized.pkg: rejected
origin=3rd Party Mac Developer Installer: My Certificate Name (XXXXXXXXX)
My pkg is being created with the "packages" app and then signed using pkgutils. Then it's notarized and after the success response from Apple I'm stapling the ticket into it. The pkg contains an app that is also signed of course.
How can I find more information about what's going on? Is there a log somewhere?
Thanks in advance.