jcesarmobile opened a new issue, #1487: URL: https://github.com/apache/cordova-ios/issues/1487
# Bug Report ## Problem ### What is expected to happen? Be able to receive push notification token ### What does actually happen? The push notification token is not received. ## Information Using `@havesource/cordova-plugin-push` plugin, push notification token is no longer received on cordova-ios 8.0.0-dev. ### Command or Code ``` const push = PushNotification.init({ android: {}, ios: { alert: 'true', badge: true, sound: 'false' } }); push.on('registration', data => { console.log('registrationId',data.registrationId); console.log('registrationType',data.registrationType); }); ### Environment, Platform, Device any iOs version ### Version information 8.0.0-dev ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [x] I included all the necessary information above This is most likely related to the new swift template since the plugin uses a category on the AppDelegate. While `AppDelegate.h` file still exists, all what it does it to make the plugin compile, I think the category longer works since the methods are now called in `AppDelegate.swift`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org