Thanks for being a part of WWDC25!

How did we do? We’d love to know your thoughts on this year’s conference. Take the survey here

Notarization Stuck for Signed .pkg Containing Screen Saver

Hey all, I’m experiencing a consistent issue with notarizing a signed .pkg file that contains a macOS screen saver (.saver) bundle. Nothing online so far except 1 thread on the form from the altool time pre-2023 so i thought it worth another update.

Here is what I did:

  • I signed the .saver bundle using my Developer ID Application certificate.
  • I packaged it into a .pkg using pkgbuild with my Developer ID Installer certificate:
  • I submitted the resulting .pkg via xcrun notarytool:
xcrun notarytool submit saver-name.pkg --apple-id email@email.com --password [app-specific-password] --team-id xxxxxxxxx
  • The submission appears to be accepted and uploads successfully.

  • However, the notarization status remains stuck at “In Progress” for hours (over 12h), with no update.

I also tried:

  • Repackaging the .pkg with a new name
  • using a zip
  • Resubmitting it under a new submission ID

All attempts are stuck in the same “In Progress” state indefinitely.

Did anyone solve this yet?

I’m not aware of any specific issue notarising screen savers. Lots of folks do that.

As to what’s going on in your specific case, I have some general advice on that front…

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.

Share and Enjoy

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

Notarization Stuck for Signed .pkg Containing Screen Saver
 
 
Q