IOS

앱스토어 등록 시 ITMS-90683 문제 해결하기 (Missing Purpose String in Info.plist)

용성군 2021. 7. 15. 14:44
728x90
반응형

앱스토어 등록을 하는 중에 AppStore Connect에서 다음과 같은 문제가 날라왔다. 

 

ERROR ITMS-90683

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
반응형