-
Notifications
You must be signed in to change notification settings - Fork 25
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
No permission dialog on iOS11 when permission is denied #16
Comments
Is there any plan to work around this issue or to replace the permission denied screen? |
No concrete plan at the moment. I think we will continue observing, if it escalates we might need to handle the denied state using custom view instead pf relying on UIImagePickerController |
@bcylin What is the reason that we're showing |
Proposed fix: Solution 1: Solution 2: |
It was because of the product design. It shows the system message when the permission is not granted. |
Steps to reproduce
Go to Device Settings
Select Pickle Example
Select Photos, Select "Never"
Then, launch Pickle Example
Select any
Here, you will see the old image picker format, even though you do not give Picker Example access to Photos.app
Then, select a photo
You will see a blank page that is unresponsive, requiring you to kill app
Actual outcome
unresponsive page
Expected outcome
If access to Photos is disabled, client should show a page that informs you that access is required before proceeding to Sell Form. See attached image for what the prompt is on production for iOS10 and below
Upon initial investigation, it appears to be bug in UIImagePicker in iOS11.
The text was updated successfully, but these errors were encountered: