You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At WWDC22, Apple announced that they were releasing a new REST API for notarization. I believe this would allow getting rid of the dependency on Apple Transporter. It supports submitting a new package to the notarization service, and getting the submission status and logs.
I saw this last week as well. We should implement support for the REST API (which appears to essentially by the formerly undocumented API used by notarytool) and delete the existing notarization code using Transporter and some undocumented APIs for polling notarization submissions.
Heyo,
At WWDC22, Apple announced that they were releasing a new REST API for notarization. I believe this would allow getting rid of the dependency on Apple Transporter. It supports submitting a new package to the notarization service, and getting the submission status and logs.
The text was updated successfully, but these errors were encountered: