NativeScript / plugins

@nativescript plugins to help with your developments.
https://docs.nativescript.org/plugins/index.html
Apache License 2.0
187 stars 104 forks source link

fix(imagepicker): Recognise "limited" as an authorising option in iOS #570

Closed jcassidyav closed 5 months ago

jcassidyav commented 5 months ago

Currently if the app is on >= iOS 14 and the user selects the Limit Access... option on authorization, the authorise() method returns false, This changes it to return true. ( bumps the dep on @nativescript-community/perms to recived the proper auth response.

If there are no objections I will release as 3.1 in the morning.