You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2018. It is now read-only.
When using ChimpKit via cocoa pods , app submission detects camera usage in CKScanViewController and requires the app's Info.plist to have NSCameraUsageDescription:
Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.
Can you make CKScanViewController an optional subspec?
The text was updated successfully, but these errors were encountered:
yood
changed the title
CKScanViewController uses camera, requires NSCameraUsageDescription in binary
CKScanViewController uses camera, requires NSCameraUsageDescription in Info.plist
Feb 14, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using ChimpKit via cocoa pods , app submission detects camera usage in
CKScanViewController
and requires the app's Info.plist to haveNSCameraUsageDescription
:Can you make
CKScanViewController
an optional subspec?The text was updated successfully, but these errors were encountered: