sparrowcode / PermissionsKit

Universal API for request permission and get its statuses.
https://x.com/sparrowcode_ios
MIT License
5.64k stars 462 forks source link

Photo Library Permissions #159

Closed jminutaglio closed 4 years ago

jminutaglio commented 4 years ago

Hey!

Noticed what I think is a bug in 5.2.6: if the user has 'not allowed' photo library, and after that is selecting 'allow' in the SPPermissions dialog, there is no launch of the settings screen - the button graphically depresses, but the settings dialog does not appear.

-J

jminutaglio commented 4 years ago

actually it looks like its on any permission that is previously not allowed.

ivanvorobei commented 4 years ago

Good day!

You override permission denied method? It yes, send code which you use.

ivanvorobei commented 4 years ago

I am tested in example project, alert show correctly.

jminutaglio commented 4 years ago

let me review the example project... and I will send some sample code... TY!

jminutaglio commented 4 years ago

ok - this was an error on my side in my 4.x->5.x migration.

I did not properly implement func deniedData

Thank you for your help and sorry for the false alarm. I am going to reword the read me some, I see some English issues...