Notice
Recent Posts
Recent Comments
Link
투케이2K
263. (TWOK/ERROR) [Ios] 정책 - Guideline 2.5.1 - Performance - Software Requirements 본문
투케이2K 에러관리
263. (TWOK/ERROR) [Ios] 정책 - Guideline 2.5.1 - Performance - Software Requirements
투케이2K 2024. 8. 15. 16:23[환경 설정 및 설명]
프로그램 : Xcode
설 명 : [Ios] 정책 - Guideline 2.5.1 - Performance - Software Requirements
[에러 원인]
1. IOS 정책 상 애플리케이션 설정 화면 이동 시 prefs:root= 형태의 특정 설정 창 (WIFI, Blutooth) 을 명시 하면 리젝 되는 이슈
>> IOS 는 전체 설정창 이동 or 특정 애플리케이션 설정창 이동만 가능
Guideline 2.5.1 - Performance - Software Requirements
Your app uses the "prefs:root=" non-public URL scheme, which is a private entity. The use of non-public APIs is not permitted on the App Store because it can lead to a poor user experience should these APIs change.
Continuing to use or conceal non-public APIs in future submissions of this app may result in the termination of your Apple Developer account, as well as removal of all associated apps from the App Store.
Next Steps
To resolve this issue, please revise your app to provide the associated functionality using public APIs or remove the functionality using the "prefs:root" or "App-Prefs:root" URL scheme.
[해결 방법]
1. 프로젝트 소스 코드 수정 진행 >> prefs:root= 명시적 애플리케이션 설정창 이동 부분 삭제 수행
>> IOS 전체 앱 설정창 이동 수행으로 코드 변경
>> 참고 사이트 : https://blog.naver.com/kkh0977/222554225651?trackingCode=blog_bloghome_searchlist
2. 팝업창 알림 제공 >> 애플리케이션 설정창 에서 특정 설정 이동 후 활성화 상태를 확인해 주세요
반응형
'투케이2K 에러관리' 카테고리의 다른 글
Comments