-
Notifications
You must be signed in to change notification settings - Fork 50
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
iOSNotificationCenter.GetLastRespondedNotification() does not work with Firebase plugin on ios #35
Comments
I'm also facing the same issue with Firebase and Mobile Notifications. For me iOSNotificationCenter.GetLastRespondedNotification() returns null only when app that was killed is launched clicking unity's local notification. It does not work even when firebase is not initialised after lauched.. It works if app is launched by clicking notification when it was minimised. |
I've opened an issue here as-well. If you have extra info please add it there. |
We have same issue. |
Same |
Based on this comment: Firebase removed the delegate Unity has registered, so Unity notifications package doesn't receive notification. |
still doesn't work |
iOSNotificationCenter.GetLastRespondedNotification() does not work with Firebase plugin on iOS.Always returns null.
Firebase 6.7.0 for Unity, including :
FirebaseAnalytics
FirebaseMessaging
FirebaseAnalytics
any suggestions?
The text was updated successfully, but these errors were encountered: