ryward2331 commented on issue #829:
URL: 
https://github.com/apache/cordova-plugin-camera/issues/829#issuecomment-1571344878

   ```
   <config-file overwrite="true" parent="NSPhotoLibraryAddUsageDescription" 
target="*-Info.plist">
      <string> need photo library access to save pictures there</string>
   </config-file>
   <config-file overwrite="true" parent="NSPhotoLibraryUsageDescription" 
target="*-Info.plist">
      <string> need photo library access to get pictures from there</string>
   </config-file>
   ```
           
   adding this two config file in config.xml solve the problem for me


-- 
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]

Reply via email to