Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linking to UIImagePickerController triggers validation warnings #21

Open
DimDL opened this issue Oct 14, 2016 · 1 comment
Open

Linking to UIImagePickerController triggers validation warnings #21

DimDL opened this issue Oct 14, 2016 · 1 comment

Comments

@DimDL
Copy link

DimDL commented Oct 14, 2016

An App using LambdaKit will fail iTunesConnect validation, stating:

This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data.

Apple detects usage of UIImagePicker API (from Lambda Kit), even if the app is not using it. One fix would be to change the plist, but a cleaner solution would be to componentize LambdaKit with subpods so a developer can cherry pick which one he includes ? Another (simpler) solution to componentize: module maps ! So we can do import LambdaKit.Controls for ex.

@DimDL
Copy link
Author

DimDL commented Nov 1, 2016

Same issue happens in other Pods. Linking delba/Permission#57 , which has a solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant