728x90
반응형
앱스토어 등록을 하는 중에 AppStore Connect에서 다음과 같은 문제가 날라왔다.
ITMS-90683: Missing Purpose String in Info.plist - Your app's code references one or more APIs that access sensitive user data. The app's Info.plist file should contain a NSCameraUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. Starting Spring 2019, all apps submitted to the App Store that access user data are required to include a purpose string. If you're using external libraries or SDKs, they may reference APIs that require a purpose string. While your app might not use these APIs, a purpose string is still required. You can contact the developer of the library or SDK and request they release a version of their code that doesn't contain the APIs. Learn more (https://developer.apple.com/documentation/uikit/core_app/protecting_the_user_s_privacy).
After you’ve corrected the issues, you can upload a new binary to App Store Connect.
Best regards,
The App Store Team
앱을 만들면서 카메라를 통해 바코드 스캐너 기능을 넣었고 info.plist에 CameraUsageDescription을 추가하였다. 그 과정에서 Value에 목적(Purpose)을 넣지 않아서 생기는 문제였다.
Value부분을 수정해 주면 다시 심사가 진행 될 수 있다.
728x90
반응형
'IOS' 카테고리의 다른 글
[Swift] 1급시민, 1급객체, 1급함수와 Closure란? (0) | 2021.09.12 |
---|---|
[운영체제(OS)] 1. 운영체제란? (Operating Systems Course Overview) (0) | 2021.07.09 |
[IOS 개발] NSInvalidArgumentException Healthkit 오류 (0) | 2021.05.20 |