Notarisation "In Progress" For 4 days

Hello,

I've notarised my app like this:

`

codesign

codesign --force --deep --entitlements "/Users/username/myapp/myapp.app/Contents/app.entitlements" --sign "Developer ID Application: Username (my team id)" "/Users/username/myapp/myapp.app"

codesign -v /Users/username/myapp/myapp.app `

`

create .zip file

ditto -c -k --keepParent "myapp.app" "myapp.zip" `

`

submit binary to Apple

xcrun notarytool submit Shalloville.zip --apple-id "my icloud" --password "xxxx-xxxx-xxxx-xxxx" --team-id "my team id" `

Is there anything wrong?

I submitted the .zip file on 27/11 and it's still "In Progress".

Successfully received submission history. history -------------------------------------------------- createdDate: 2024-11-29T16:05:44.609Z id: eccf6248-4f2f-4cc1-bb90-88cf13aa08a0 name: Shalloville.zip status: In Progress -------------------------------------------------- createdDate: 2024-11-27T08:57:56.373Z id: 7d9887dc-6bf8-4e39-bcbe-0f22d02dce4f name: Shalloville.zip status: In Progress -------------------------------------------------- createdDate: 2024-11-27T07:05:05.544Z id: 84c08d62-189d-48b2-80d9-170ddc3edb67 name: Shalloville.zip status: In Progress

Answered by DTS Engineer in 816626022

I receive the report: team is not yet configured for notarization.

OK, that’s a separate issue. See this post.

ps It’s better if you reply as a reply; see Quinn’s Top Ten DevForums Tips for this and other titbits.

Share and Enjoy

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

I'm having the same problem and I wonder if it's because no one at Apple is dealing with it on Thanksgiving

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 recognize them, and you should see fewer delays.

Given that most of Apple was shut down last week for the US Thanksgiving holiday, my advice is that you check on this again later in the week. If you continue to have problems after that, post the UUID of a stalled request and we can take a look.

Share and Enjoy

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

I receive the report: team is not yet configured for notarization.

OK, that’s a separate issue. See this post.

ps It’s better if you reply as a reply; see Quinn’s Top Ten DevForums Tips for this and other titbits.

Share and Enjoy

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

Notarisation "In Progress" For 4 days
 
 
Q