Post not yet marked as solved
Post marked as unsolved with 2 replies, 209 views
We do the notarization of our artifacts as part of our build pipeline, to make sure that the final artifacts that we want to distribute to users are passing the tests that are designed to emulate the users' behaviour as close as possible.
We just want to make sure that Apple does not put any restrictions on the number of artifacts/requests that we sent to the notary service to be notarized.
The closest documentation I found is this post on the Apple developer forum.
Is there official documentation we can refer to in that regard?
Just to note, so far we have never had any issue with Apple limiting us on a number of artifacts we send for notarization.