flutter_photo_manager
flutter_photo_manager copied to clipboard
call PhotoManager. requestPermissionExtend [BUG]
Describe the bug PhotoManager a ios problem, the retrieval process: First installation application call PhotoManager. requestPermissionExtend, call photo permissions, select "choose photo", pop-up photo process in the system, do not cancel or complete, directly down, the second choice. Permission will not be applied again
To Reproduce Steps to reproduce the behavior:
- Go to call PhotoManager. requestPermissionExtend()
- do not cancel or complete
- pop-up photo process in the system
- the second choice. Permission will not be applied again
Expected behavior the second choice. Permission will be applied again or Provide state
Flutter version
Log
1 print(123123);
2 PermissionState _ps = await PhotoManager.requestPermissionExtend();
3 print(_ps);
// The first line can be printed, can't get past the third line of code.
This is a known iOS bug when an app is first installed, call request access, select limited and pick nothing. Still waiting for the feedback from Apple.
This is a known iOS bug when an app is first installed, call request access, select limited and pick nothing. Still waiting for the feedback from Apple.
Is there any form talking about this issue? I face same issue now.
Is there any form talking about this issue? I face same issue now.
The feedback should be private at this moment: https://feedbackassistant.apple.com/feedback/9759773