Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

call PhotoManager. requestPermissionExtend [BUG] #643

Closed
luokunman opened this issue Nov 12, 2021 · 4 comments
Closed

call PhotoManager. requestPermissionExtend [BUG] #643

luokunman opened this issue Nov 12, 2021 · 4 comments

Comments

@luokunman
Copy link

luokunman commented Nov 12, 2021

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 luokunman changed the title [BUG] call PhotoManager. requestPermissionExtend [BUG] Nov 12, 2021
@AlexV525
Copy link
Member

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
Copy link

dodatw commented Dec 26, 2022

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
Copy link
Member

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
Copy link
Member

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

@AlexV525 AlexV525 closed this as not planned Won't fix, can't repro, duplicate, stale Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants