Hello,
I'm trying to notarize my Electron macOS application using a valid Developer ID Application certificate.
Environment:
Apple Developer Program: Active Developer ID Application certificate: Successfully created App size: ~130 MB (ZIP) Using notarytool (via electron-builder / GitHub Actions) The submission was uploaded successfully, and I received a Submission ID.
Submission ID: 8a2bd38d-08da-46c0-afdf-f37b63ae4e82
However, the notarization has remained in:
Status: In Progress
for more than 3 hours.
Running both:
xcrun notarytool info <submission-id>
and
xcrun notarytool history
continues to report:
Status: In Progress
No notarization log is available yet.
Is it normal for a notarization submission to remain "In Progress" for several hours? And if its pulled to deeper checks, is there a way of knowing that is so, and its not just stuck. Knowing it could be crucial so I am not wasting my time on a stuck progress loop.
Any insight would be greatly appreciated.
Thank you.