zhangao0086 / DKImagePickerController

Image Picker Controller for iOS written in Swift 4 & 5.
MIT License
1.49k stars 472 forks source link

iOS 14 Privacy: Users Can Give Apps Access to Limited Selection of Photos #666

Open dneykov opened 4 years ago

dneykov commented 4 years ago

There is new privacy restrictions in iOS 14 where you can give access to specific photos.

Tested in Xcode 12 beta on Simulator with iPad Pro after selecting photos DKImagePickerController still shows all images but which are not selected fails to export.

Thanks

harishchopra86 commented 4 years ago

Tried on Xcode 12 beta 6. Unselected images show as white boxes. Please see attached screenshot.

Screen Shot 2020-08-27 at 2 48 57 PM

harishchopra86 commented 4 years ago

Adding @zhangao0086

harishchopra86 commented 4 years ago

@zhangao0086 @hyouuu @scottdelly @lucasromanomr Is there any plan to fix this issue as iOS 14 is released sooner than expected.

hyouuu commented 4 years ago

Thanks for reporting! Unfortunately I won't have time on this, so hopefully others can help make it work

dneykov commented 4 years ago

Hi,

just test it on the official iOS 14 release and seems to work properly without any changes. Can anyone confirm?

harishchopra86 commented 4 years ago

@dneykov I have tested it on stable release of ios 14 and its same behaviour. Non selected photos show as white boxes. For full library access it works fine, but for limited access it shows white boxes for non permitted photos.

MindKafuu commented 4 years ago

@dneykov I got a same problem like you

mouness2020 commented 4 years ago

any fix please?

MindKafuu commented 4 years ago

@zhangao0086 could you fix it?