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

Fix FaceID Permission Always .notDetermined #265

Closed ezefranca closed 2 years ago

ezefranca commented 2 years ago

Since the error is nil and isReady is true, actually its authorized :)

Goal

Face ID is always returning .notDetermined. This PR should fix.

Checklist

ivanvorobei commented 2 years ago

Please, check this #251 Thats why your fix can't work correctly. If you have any other ideas let me know please.