Baseflow / Baseflow/flutter-permission-handler

iOS 14 limited access to gallery - unable to ask for more photos

Open
#545 9 comments 13 reactions 0 assignees View on GitHub
P2 platform: ios type: enhancement
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.