nickoneill / PermissionScope

Intelligent iOS permissions UI and unified API
MIT License
4.84k stars 506 forks source link

added support for MediaLibrary. #214

Open zshannon opened 7 years ago

nickoneill commented 7 years ago

Thanks @zshannon - one note though: instead of fatalError if you request the media permission on iOS < 10, the framework should communicate back that it's unavailable rather than producing an error.

zshannon commented 7 years ago

Sure, how would you prefer that be done?

nickoneill commented 7 years ago

Just a straight print with an informative message would be useful. Something that would catch someone's eye in the debug log :)