Hello, I'm submitting my first macOS app for notarization from a new Developer ID team. All three submissions have been stuck at "In Progress" for several hours now. notarytool log returns "Submission log is not yet available" for all of them.
Submission IDs: 39856e43-46ee-45ed-b1c7-771FB6603258 (submitted 2026-04-18T10:00 UTC) 3edf2f4f-cbaf-4e14-ba3b-c1b4e111827e (submitted 2026-04-18T10:03 UTC) 858c52e7-3386-41a8-8fee-a31c49980319 (submitted 2026-04-18T10:25 UTC)
Details:
- This is the first notarization attempt for this Developer ID team
- App is signed with Developer ID Application certificate, hardened runtime enabled
- codesign --verify --deep --strict passes
- All nested code (including Sparkle framework helpers) is properly signed
- Only public system frameworks are linked (IOKit, AppKit, Foundation, etc.)
- Entitlements: app-sandbox + Sparkle mach-lookup exceptions only
- No private API usage
Is this expected for first-time submissions, or could someone check the backend queue status for these submissions? Any guidance appreciated.