TroubleShooting
[심사] Guideline 2.3.3 - Performance - Accurate Metadata
Phililip
2023. 6. 4. 10:50
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) 필드를 지우고 다시 심사 제출을 하니 해결되었습니다.
(물론.... 그 이후 다른 부분에서 리젝을 먹었다는.......)
이번 글은 여기서 마무리.
반응형