mailchimp / ChimpKit3

ChimpKit for iOS
MIT License
51 stars 26 forks source link

CKScanViewController uses camera, requires NSCameraUsageDescription in Info.plist #26

Open yood opened 6 years ago

yood commented 6 years ago

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?