Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

In IOS 10 this plugin asks for usage of the photo library unnecessarily #9

Open
infomofo opened this issue Oct 29, 2016 · 0 comments
Open

Comments

@infomofo
Copy link

Because of its dependence on cordova-plugin-google-plus-ios this app references the following frameworks

    <framework src="GooglePlus.framework" custom="true" />
    <framework src="AddressBook.framework" />
    <framework src="AssetsLibrary.framework" />
    <framework src="Foundation.framework" />
    <framework src="CoreLocation.framework" />
    <framework src="CoreMotion.framework" />
    <framework src="CoreGraphics.framework" />
    <framework src="CoreText.framework" />
    <framework src="MediaPlayer.framework" />
    <framework src="Security.framework" />
    <framework src="SystemConfiguration.framework" />

I believe this is causing an issue with ios app submission- even though my app does not ask for permission for the photo library, it is being rejected with the following note

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.

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

No branches or pull requests

1 participant