hpiso
Results
2
comments of
hpiso
I managed to make it work by requesting the permission first, then calling the listener in the callback of **checkPermission()** Example: ```javascript PushNotificationIOS.requestPermissions(); PushNotificationIOS.checkPermissions(function () { PushNotificationIOS.addEventListener('register', (token) => {...