zoontek / react-native-permissions

An unified permissions API for React Native on iOS, Android and Windows.
MIT License
4.1k stars 836 forks source link

Time sensitive notification IOS #761

Closed Mudassirhasan closed 1 year ago

Mudassirhasan commented 1 year ago

Why it is needed?

How can I ask time-sensitive permission for ios, I have given ['alert' ,'badge' , 'sound' , 'carPlay', 'criticalAlert' , 'provisional' , 'providesAppSettings';] all the permissions but still I don't see the time-sensitive option in my app settings. Please help me out with this. Thanks

Possible implementation

No response

Code sample

No response