Post

Replies

Boosts

Views

Activity

Reply to Notary server down - 500 internal server error
I saw a few posts above suggesting using altool, and after a little bit of trial and error, this seemed to work for me: xcrun altool -t osx -f "/path/to/app.dmg" --primary-bundle-id --output-format xml --notarize-app -u apple-id-goes-here -p "app-specific-password" ...then take the RequestUUID and you can check the status using: xcrun altool --notarization-info RequestUUID-goes-here -u apple-id-goes-here -p "app-specific-password" ...this once that's done you can staple: xcrun stapler staple "/path/to/app.dmg" Hope this helps others who are running into the same issue!
Topic: Code Signing SubTopic: Notarization Tags:
May ’22
Reply to http 500 errors with notarytool today?
I'm also seeing the same issue today. I tried to run xcrun notarytool store-credentials again, but I get: [13:23:26.009Z] Debug [API] Received response status code: 500, message: internal server error, URL: https://appstoreconnect.apple.com/notary/v2/asp?, Correlation Key: EFNNWSQB2XZUUYA2EBWMOVQUMY
Topic: Code Signing SubTopic: Notarization Tags:
May ’22