iOS Testflight 수동 업로드

vvhustle's coding note·2022년 11월 22일
0

유니티로 빌드된 iOS 결과물을 수동으로 업로드 할 수 있다.

  1. 명령어를 통한 방법
    xcrun altool --upload-app --type ios --file '파일경로' --username 유저이름 --password 패스워드

  2. Xcode 프로젝트를 통한 방법
    아카이빙 된 프로젝트를 distribute 옵션 자동 빌드 번호 설정 사항을 체크하여 새로 업로드합니다.

참고. Build Number가 중복되면 아래와 같이 메일이 온다..

App Store Connect

Dear Developer,

We identified one or more issues with a recent delivery for your app, "앱이름" 1.23.35 (9). Please correct the following issues, then upload again.

ITMS-90189: Redundant Binary Upload - You've already uploaded a build with build number '9' for version number '1.23.35'. Make sure you increment the build string before you upload your app to App Store Connect. Learn more in Xcode Help (http://help.apple.com/xcode/mac/current/#/devba7f53ad4).

Best regards,

The App Store Team

0개의 댓글