公证需要上传安装包,确保你的网络访问苹果服务器的443端口没有问题

    1. 17.248.128.0/18
    2. 17.250.64.0/18
    3. 17.248.192.0/19

    上传安装包进行公证

    1. xcrun altool --notarize-app --primary-bundle-id "xxx" --file xxx.zip -u your_account -p your_password -itc_provider your_team_id

    上传成功后会返回RequestUUID
    Screen Shot 2019-10-12 at 2.57.54 PM.png

    查询公证状态

    1. xcrun altool --notarization-info bf28619e-0306-40a0-90ec-09e68f6525cc -u your_account -p your_password -itc_provider your_team_id
    2. No errors getting notarization info.

    https://developer.apple.com/documentation/xcode/notarizing_your_app_before_distribution/customizing_the_notarization_workflow?language=objc