Baseflow / flutter-permission-handler

Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
https://baseflow.com
MIT License
2.05k stars 858 forks source link

How to check limited access in Android & IOS. #1341

Open himanshus26 opened 4 months ago

himanshus26 commented 4 months ago

Please check the following before submitting a new issue.

Please select for which platform(s) you need help

Your question

I wants to check limited permission access for the images & videos in Android & IOS, In IOS I've allowed the limited access permission but I'm getting denied status. And in android side its showing granted in both (full & limited) access.

In package description I found, limited access permission only work for IOS, but its not working properly.

Screenshot 2024-07-04 at 1 34 30 PM

Version

11.0.1

LueNC commented 4 months ago

Also wondering this.