iTunes Connect의 iOS 앱 "처리"
오늘 첫 iOS 앱을 iTunes Connect에 업로드했습니다. xCode 7.2.1을 통해 업로드했는데 "활동"탭에서 앱이 "처리 중"으로 표시됩니다. 그러나 버전 1.0의 "AppStore"탭에는 앱 빌드가 표시되지 않습니다. xCode 또는 Application Loader를 사용하여 빌드를 업로드해야한다는 메시지 만 표시됩니다.
이것은 정상입니까, 아니면 앱도 표시 될 때까지 기다려야합니까?
예, 이것은 완벽하게 정상입니다. 처리가 완료 될 때까지 기다려야합니다 (Apple의 트래픽에 따라 몇 분 또는 몇 시간이 걸릴 수 있음). 처리가 완료되면 해당 빌드 섹션에 표시되며 제출하려는 버전으로 선택할 수 있습니다. 이것은 TestFlight에서도 동일합니다.
I recommend getting watchbuild and running it on your terminal so you can just get a notification on your computer when your build is done processing instead of having to keep checking App Store Connect.
It happened to me a couple of times. I just uploaded a new version (same code, just increased the version) and it was processed quite fast.
Just in case, the second time I kept the archiving dialog in the foreground.
This is normal. After uploading a build, iTunes Connect performs some processing to prepare it for TestFlight Distribution and App Store distribution.
The status of the build should go to ready after some time. Sometimes, this happens as fast as 15 minutes after uploading but can sometimes take 1 hour or longer. After the processing finishes, the build will become available to select for TestFlight betas and app submission.
Yes, this is perfectly normal. You just have to wait for it to finish processing (Can take a few minutes or a few hours depending on Apples traffic). Once it is done processing, it will appear in that builds section and you can select it as the version you want to submit. This is the same for testflight.
Additional from my personal experience (happened to me once and only once), if you submit the archive late at night on the last weekday or just before a public holiday, "sometimes" it might be processed on the next working day on the morning.
저는 인도네시아 (GMT +7)에 있는데 오후 7 시경 아카이브를 업로드하는 것은 드문 일이 아닙니다. 15 분 안에 처리되지 않으면 보통 집에 가서 다음날 아침에 확인합니다. 일. 너무 늦게 업로드하면 다음날 아침 8 시경에 처리되는 경우가 많기 때문입니다.
나는 오늘이 문제가 있었고 제안 된 모든 수정 사항을 시도했으며 초대장이 발송 될 때까지 기다려야 함을 발견했습니다. 내 앱을 테스트하려고 할 때 서버가 매우 바빴다 고 생각합니다.
참고 URL : https://stackoverflow.com/questions/36093161/ios-app-processing-in-itunes-connect
'Development Tip' 카테고리의 다른 글
Javascript를 사용하여 로컬 텍스트 파일을 읽고 한 줄씩 읽는 방법은 무엇입니까? (0) | 2020.12.04 |
---|---|
Jackson은 'is'를 제거하여 기본 부울 필드의 이름을 바꿉니다. (0) | 2020.12.04 |
Node.js에서 경로 구성 (0) | 2020.12.03 |
C # : 동적 런타임 캐스트 (0) | 2020.12.03 |
그라디언트가있는 테두리 이미지와 테두리 반경을 함께 사용할 수 있습니까? (0) | 2020.12.03 |