728x90
# 리젝 이유
Specifically, your iPad Pro (2nd Gen) and iPad Pro (6th Gen) screenshots show an iPhone device frame.
# 분석
iPhone만 지원할 것이기 때문에 Xcode > Target > General > Supported Destinations에서 iPhone만 선택해서 빌드 및 업로드를 했습니다.
그래서 App Store Connect에 iPad 스크린샷을 업로드하지 않고 심사 요청했는데... 심사 반려를 당했네요..;;
# 해결방법
AppStore 콘솔에 iPad 스크린샷이 잘못 들어갔네요...;;;
스크린샷 제거 후 다시 심사 요청했더니 통과했습니다...ㅎ..;;;
Info.plist를 보면 기본으로 Supported interface orientations (iPad) 필드가 들어가 있습니다.
(프로젝트가 첫 생성될 때, Supported Destinations에 iPhone, iPad, Mac이 포함되어 있는데, iPad 설정을 지워도 Info.plist에는 설정이 남아있는 것 같더라구요.)
Info.plist에서 Supported interface orientation (iPad) 필드를 지우고 다시 심사 제출을 하니 해결되었습니다.
(물론.... 그 이후 다른 부분에서 리젝을 먹었다는.......)
이번 글은 여기서 마무리.
반응형
'TroubleShooting' 카테고리의 다른 글
[Unity] Debug.Log 로그가 콘솔.app에서 안보일 때 (0) | 2023.07.25 |
---|---|
[SDK] SwiftEmitModule normal arm64 Emitting module for xxx (in target 'xxx' from project 'xxx') 에러 해결방법 (0) | 2023.06.15 |
[Fastlane] [!] Read-only file system @ dir_s_mkdir - /Desktop (Errno::EROFS) 해결방법 (0) | 2023.05.30 |
[SwiftUI] Unknown preview provider 해결방법 (0) | 2023.05.17 |
[SwiftUI] 커스텀 폰트 사용할 때 터치 시 공백 자간이 줄어드는 현상 (0) | 2023.05.14 |