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

[How to use] How can the user only select photos without explicitly authorize the app? #1222

Open
dayuy opened this issue Nov 11, 2024 · 5 comments

Comments

@dayuy
Copy link

dayuy commented Nov 11, 2024

Platforms

iOS 16

Description

According to Determine Your App's Access Needs, PHPickerViewCOntroller , the user interface is private by default, meaning the user doesn't need to explicitly authorize the app to select photos. How can I implement this in photo_manager?

My code

dependencies:
  photo_manager: ^3.6.1

Try do it

No response

@fluttercandies-dev
Copy link

AI Summary: The user wants to use photo_manager to allow users to select photos without explicit authorization, similar to the behavior of PHPickerViewController on iOS. They are seeking guidance on how to achieve this functionality within the photo_manager package.

@AlexV525
Copy link
Member

Can you use PhotoManager.presentLimited standalone?

@dayuy
Copy link
Author

dayuy commented Nov 11, 2024

Can you use PhotoManager.presentLimited standalone?

Thanks for your reply, It doesn't seem to be working, The effect I'm aiming for is shown in the image below, appearing only in the iPhone photo permissions settings under ONE-TIME PHOTO SELECTION.
I'll look into it further.

image

@AlexV525
Copy link
Member

Looks like you should use image_picker instead.

@dayuy
Copy link
Author

dayuy commented Nov 13, 2024

Looks like you should use image_picker instead.

yep, there is an issue being tracked.

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