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
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?
When using ChimpKit via cocoa pods , app submission detects camera usage in
CKScanViewControllerand requires the app's Info.plist to haveNSCameraUsageDescription:Can you make
CKScanViewControlleran optional subspec?