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

React to permission changes #346

Closed feelingsonice closed 3 months ago

feelingsonice commented 3 months ago

Is there a way to react to permission changes? I know the locationManagerDidChangeAuthorization method from the CLLocationManagerDelegate does this for location permissions but haven't been able to find the equivalent for other permission types.

ivanvorobei commented 3 months ago

After reuquest you can get handler. if you want observing changes — you shoud make custom solution