Baseflow / Baseflow/flutter-permission-handler
iOS 14 limited access to gallery - unable to ask for more photos
- Dominant language
- Dart
- Stars
- 2.2k
- Forks
- 970
- Avg merge
- 14h 22m
- Merged PRs (30d)
- 2
Description
## 🐛 Bug Report
The permission status reported for both `Permission.photos` and `Permission.photosAddOnly` is the same, and asking for `Permission.photosAddOnly` doesn't bring up the native popup to add more photos for application access.
### Expected behavior
Requesting for `Permission.photosAddOnly` should bring up the native popup allowing more photos.
### Reproduction steps
Run the example
Ask for `Permission.photos` - when native popup is displayed, use `Select Photos...`
Select a few images and click done
Ask for `Permission.photosAddOnly` - nothing happens. How would I bring the add photos native popup up again?
### Configuration
iOS 14.4.2
Contributor guide
Assessment
This issue has not been assessed yet.