-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ios notification dont work #226
Comments
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? |
hi @ppetree , Thanks and appreciate. |
Honestly, I don't remember. |
Same problem here. This was working for us and then suddenly stopped working even though we didn't update the app. Which leads me to think something in the Apple Push Notifications API changed and this plugin wasn't updated. But ours worked until May 2024, which doesn't track. |
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.
The text was updated successfully, but these errors were encountered: