After successfully getting the permissions for notifications, I've tried revoking them but it's not working. The function simply returns undefined and when I run:
PushNotificationIOS.checkPermissions((permissions)=>{console.log(permissions);});I still have permissions for badge sound and alert.
Running React Native 0.8 on iPad Air, iOS 8
After successfully getting the permissions for notifications, I've tried revoking them but it's not working. The function simply returns undefined and when I run:
I still have permissions for badge sound and alert.
Running React Native 0.8 on iPad Air, iOS 8