delba / Permission

A unified API to ask for permissions on iOS
MIT License
2.91k stars 323 forks source link

Continuous permission status checking #20

Closed sunshinejr closed 8 years ago

sunshinejr commented 8 years ago

I would love if there was an option of a continuous checks for specific permission. Like for example, I need to know if user changed the location permission so I can change the UI based off that. Do you think it could be implemented? Thanks! 🐼

delba commented 8 years ago

It's interesting but - for now - out of the scope of this lib. Thanks for the suggestion though :)

delba commented 8 years ago

Hi @sunshinejr,

I added RxPermission in the README 072d9277b45c2bd9fada5e44280bc9b6f9601d3e

Thank you!