fluttercandies / flutter_photo_manager

A Flutter plugin that provides images, videos, and audio abstraction management APIs without interface integration, available on Android, iOS, macOS and OpenHarmony.
https://pub.dev/packages/photo_manager
Apache License 2.0
669 stars 302 forks source link

call PhotoManager. requestPermissionExtend [BUG] #643

Closed luokunman closed 12 hours ago

luokunman commented 2 years ago

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.
AlexV525 commented 2 years ago

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.

dodatw commented 1 year ago

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.

AlexV525 commented 1 year ago

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 commented 12 hours ago

Closing as we are not likely to see it solved from Apple.