inaturalist / iNaturalistReactNative

Cross-platform version of the iNat mobile app
MIT License
54 stars 16 forks source link

Photos not saved to gallery when read permission granted but not write #1665

Open kueda opened 3 weeks ago

kueda commented 3 weeks ago

Describe the bug If you grant camera, location, and gallery write permissions but deny gallery read permissions, taking a photo does not write it out to the gallery

To Reproduce Steps to reproduce the behavior:

  1. Install a fresh build
  2. Enter the AICamera
  3. Allow Camera Access
  4. Tap the shutter
  5. Allow Location Access
  6. Allow "save photos to your gallery"
  7. When prompted for "additional access to your photo library" tap "Keep Add Only"
  8. Tap the green button next to a suggestion
  9. Tap SAVE
  10. Check the photos app. The photo you just took does not appear.

Expected behavior If I grant permission to save photos to the gallery, I expect them to be saved there.

Context (please complete the following information):

Additional context Reported by Carrie. Could be related to #1612 and #1662, so this might be for you, @budowski

kueda commented 2 weeks ago

Might be fixed by https://github.com/inaturalist/iNaturalistReactNative/pull/1680