PushNotificationIOS.checkPermissions() does not return partial permissions for "alert" #25980
Labels
API: Alert
API: PushNotificationIOS
Bug
Platform: iOS
iOS applications.
Stale
There has been a lack of activity on this issue and it may be closed soon.
Description
PushNotificationIOS.checkPermissions() returns "alert: false"
even when iOS notifications alerts are partially enabled
There are three options under notifications->alerts in iOS settings
.checkPermissions() returns "alert: true" or "alert: false" only based on the status of 3.
React Native version: 0.59.1
Steps To Reproduce
Expected Behavior
PushNotificationIOS.checkPermissions()
v1.
return more infos, for example an object like
{
alertLockScreen: bool,
alertNotificationCenter: bool,
alertBanners: bool,
sound: bool,
badge: bool,
}
v2.
just return one bool value which is true if any of the above are true
The text was updated successfully, but these errors were encountered: