Skip to content
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

Open
lordStrider opened this issue Mar 29, 2023 · 4 comments
Open

ios notification dont work #226

lordStrider opened this issue Mar 29, 2023 · 4 comments

Comments

@lordStrider
Copy link

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
Copy link

ppetree commented May 4, 2023

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
Copy link

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

Thanks and appreciate.

@ppetree
Copy link

ppetree commented Mar 26, 2024

Honestly, I don't remember.

@geoidesic
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants