Closed Servuc closed 7 years ago
Hello,
Very stupid thing ....
The --variable
isn't here for some useless thing :
cordova plugin add cordova-plugin-photo-library --variable PHOTO_LIBRARY_USAGE_DESCRIPTION="To choose photos" --save
Perhaps, some moderator should write how is VERY important on README :)
Have a good day
Hi guys,
I know that a iOS dev is requested, but I also have a little problem about permission on iOS.
When user arrived for the time on library page, no request is make, only an error message prompted. Strangely, it's work fine on Android.
Some code :
First, library page :
Users get all the time :
The app doesn't have authorization to access to your photos.
(Tested on iOS SE simulator and iPhone 5)app.module.ts :
I don't know lot of things on iPhone dev, but should I add permission line like on Android ?
My package.json :
And myconfig.xml
Thanks guys ;)