flutter_photo_manager icon indicating copy to clipboard operation
flutter_photo_manager copied to clipboard

call PhotoManager. requestPermissionExtend [BUG]

Open luokunman opened this issue 3 years ago • 3 comments

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:

  1. Go to call PhotoManager. requestPermissionExtend()
  2. do not cancel or complete
  3. pop-up photo process in the system
  4. 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.

luokunman avatar Nov 12 '21 07:11 luokunman

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.

AlexV525 avatar Nov 26 '21 09:11 AlexV525

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.

dodatw avatar Dec 26 '22 05:12 dodatw

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

AlexV525 avatar Dec 26 '22 07:12 AlexV525