havesource / cordova-plugin-push

Register and receive push notifications
MIT License
144 stars 276 forks source link

ios notification dont work #226

Open lordStrider opened 1 year ago

lordStrider commented 1 year ago

APNS device token not set before retrieving FCM Token for Sender ID ''. Notifications to this FCM Token will not be delivered over APNS.Be sure to re-retrieve the FCM token once the APNS device token is set.

this message appears in xcode when I call the plugin. How to solve it? No notifications arrive.

ppetree commented 1 year ago

Based on what I'm encountering, it appears that .on('registration') is not being called which is what we need to get a valid registrationID (token) for FCM/APNS. Is that what you're seeing?

Jasphine commented 3 months ago

hi @ppetree , I have the same issue. Do you able to find any solution to fix this?

Thanks and appreciate.

ppetree commented 3 months ago

Honestly, I don't remember.