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

[Request] Siri Permission #183

Closed joeljfischer closed 4 years ago

joeljfischer commented 4 years ago

Can we get something to request Siri authorization using INPreferences?

ivanvorobei commented 4 years ago

I fast check it and think I can add it to SPPermissions in next version

ivanvorobei commented 4 years ago

I think you need this? INPreferences.requestSiriAuthorization()

joeljfischer commented 4 years ago

Yep, that’s the API. Though I just learned I don’t need the permission for custom intents oops🤦‍♂️

ivanvorobei commented 4 years ago

For intents yes, no need request it.