First macOS Developer ID notarization stuck In Progress for multiple valid submissions

I am trying to notarize my first macOS app for direct distribution outside the Mac App Store using Developer ID Application signing.

Team ID: 32S6XVAQPY

Environment:

  • macOS app distributed via Developer ID
  • notarytool with a saved keychain profile
  • archive exported locally, app zipped with ditto

What I already verified locally:

  • The archived app is signed with: Developer ID Application: (32S6XVAQPY)
  • codesign --verify --deep --strict passes
  • spctl shows: source=Unnotarized Developer ID
  • syspolicy_check distribution only reports the expected missing notary ticket
  • Hardened runtime is enabled
  • The app bundle and nested Sparkle executables were re-signed and now have valid Developer ID signatures with secure timestamps

Important note: I previously had a real signing issue in nested Sparkle binaries, and Apple rejected that submission quickly as Invalid. I fixed those signatures, and now new submissions no longer fail quickly but remain stuck In Progress.

Submission IDs currently stuck:

  • bea6c4b3-b107-4c81-8042-6c58b1cf5087
  • 5489e29c-d583-4779-a125-ca0fbd9cad0b

Earlier invalid submission with a concrete Sparkle signing error:

  • 10df648b-eca8-428f-98d6-4cb4096153ad Apple reported invalid Developer ID / missing secure timestamp on:
    • Sparkle.framework/Versions/B/Updater.app/Contents/MacOS/Updater
    • Sparkle.framework/Versions/B/Autoupdate
    • Sparkle.framework/Versions/B/XPCServices/Downloader.xpc/Contents/MacOS/Downloader
    • Sparkle.framework/Versions/B/XPCServices/Installer.xpc/Contents/MacOS/Installer

That Sparkle issue has since been fixed locally and re-verified.

Question: Is there currently a notarization backlog or any known issue affecting first-time macOS notarizations or Developer ID submissions? At this point the remaining submissions appear valid locally but sit In Progress for a very long time.

I’m having the same problem, first app as well. It’s frustrating when there is no feedback to understand what’s going on.

I also encountered the same problem. A new account, a new application. It has been ongoing for 5 days now and the status is still "In Progress".

You can expect that most uploads will be notarised quickly. Occasionally, some uploads are held for in-depth analysis and may take longer to complete. As you notarise your apps, the system will learn how to recognise them, and you should see fewer delays.

For lots of additional info about notarisation, see Notarisation Resources. Specifically, it links to a Q&A with the notary service team that’s quite instructive.

It’s frustrating when there is no feedback to understand what’s going on.

Indeed. I’ve recently filed my own bug requesting better feedback in this case (r. 170230393).

Share and Enjoy

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

First macOS Developer ID notarization stuck In Progress for multiple valid submissions
 
 
Q