Pushwoosh / pushwoosh-appcelerator-titanium

Other
33 stars 16 forks source link

User disabled notifications in app's settings (iOs and Android) #31

Closed rborn closed 7 years ago

rborn commented 7 years ago

Can we detect if the user disabled the notifications in the device's Settings for the current app?

Thank you.

rborn commented 7 years ago

I made a PR for android: https://github.com/Pushwoosh/pushwoosh-appcelerator-titanium/pull/32

For iOS we can use Ti.Network.remoteNotificationsEnabled

rborn commented 7 years ago

Closing as #32 is fixed.