ryward2331 commented on issue #829:
URL:
https://github.com/apache/cordova-plugin-camera/issues/829#issuecomment-1571343967
> need photo library access to save pictures there need photo library access
to get pictures from there
> adding this two config file in config.xml solve the problem for me
<config-file overwrite="true" parent="NSPhotoLibraryAddUsageDescription"
target="*-Info.plist">
<string>HOPE App need photo library access to save pictures
there</string>
</config-file>
<config-file overwrite="true"
parent="NSPhotoLibraryUsageDescription" target="*-Info.plist">
<string>HOPE App need photo library access to get pictures from
there</string>
</config-file>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]