I've tried to notarize my app recently and got the error:
{
"logFormatVersion": 1,
"jobId": "...",
"status": "Rejected",
"statusSummary": "Team is not yet configured for notarization",
"statusCode": 7000,
"archiveFilename": "myapp.dmg",
"uploadDate": "2019-06-20T06:24:53Z",
"sha256": "...",
"ticketContents": null,
"issues": null
}I've never heard about "team configuration for notarization" previously. What are the steps to resolve that issue?
Thanks in advance.
OK, after a lot of misstarts I finally have some concrete info to share:
- The Team is not yet configured for notarization error does not indicate a technical issue. As such, it’s not something that DTS (Apple Developer Technical Support) can help you with, either here on the Apple Developer Forums or via a DTS code-level support request.
- The correct escalation path for this is Apple Developer Program Support. You can contact them via Apple > Developer > Contact Us.
Finally, I’ve locked this thread, for the reasons described in the post below.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
Revision History
- 2026-06-18 Corrected various bits of terminology. Fixed a broken link. Added a link to my last post on this thread.
- 2019-08-29 First posted.