Apple Notarization error "Team is not yet configured for notarization"

Viewed 799

We notarized my Mac application from Apple multiple time with Developer ID certificate a week ago.

Now we notarized the same application with the same Developer ID certificate using Xcode 10. The result is an application notarization process failed for the following reason:

"status": "Rejected",  

"statusSummary": "Team is not yet configured for notarization",

"statusCode": 7000

What am I missing?

1 Answers

This isn't a technical issue; it's an Apple Programs issue.

So you'll want to contact Developer Programs. They should be able to resolve this.

Related