1. 提交 App

参考 How to upload IPA now that Application Loader is no longer included in Xcode 11 Xcode11 之后 Application Loader 已经弃用,可以使用 xcrun altoolTransporter 或者 fastlane pilot

1.1. xcrun altool

appstoreconnect > 用户和访问 > 秘钥 > 生成秘钥:得到 apiKeyapiIssuer > 下载密钥到 ~/.private_keys/ 目录下

mkdir ~/.private_keys
cp ~/Downloads/AuthKey_GZD44LSXPN.p8 ~/.private_keys/

上传 TestFlight 包

xcrun altool --upload-app --type ios --file $APPFILE --apiKey $KEY --apiIssuer $ISSUER

results matching ""

    No results matching ""