App never gets notarizarized

Hello all,

I am implementing bash script to have my app notarized. In order to achieve that I am using altool

So first I am uploading the app to Apple servers using command:

xcrun altool --notarize-app


Out put of that command is: Upload completed. Request UUID <Request_ID>


Then I am using that Request_Id to check the progress of notarization:

xcrun altool --notarization-info <Request_ID>


My problem starts now. I have waited for one hour and process is not ending.

What canI do? Just wait? Is normal that that process takes more than one hour?

How can I check if there is something wrong?

I am doing using MacOS Mojave for this operations


Thanks and regards

Replies

Take a look here:

https://developer.apple.com/system-status/


Notary service was down (red) the whole day. Now it's up to yellow, so there is a little chance to get your notarization done...


Greetings

Brigitte