Dave

Results 4 comments of Dave

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...

@bcylin What is the reason that we're showing `UIImagePickerController` when the permission is `case .denied, .restricted:` ?

Proposed fix: Solution 1: Add 1 more function to `ImagePickerDelegate` that call `delegate` when permission status is `.denied` or `.restricted` and let `delegate` handle it on their own Solution 2:...

Bump this up as we're facing the same issue. CircleCI actually kills the build job if there is no output for too long