Unity-Technologies / NotificationsSamples

Sample project for Unity Notifications
Other
282 stars 51 forks source link

iOSNotificationCenter.GetLastRespondedNotification() does not work with Firebase plugin on ios #35

Closed guntarspolis closed 3 years ago

guntarspolis commented 4 years ago

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?

vishakh-av commented 4 years ago

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.

guntarspolis commented 4 years ago

@vishakh-av

I've opened an issue here as-well. If you have extra info please add it there.

https://github.com/firebase/firebase-unity-sdk/issues/377

vzlomvl commented 4 years ago

We have same issue.

alishahriyari commented 3 years ago

Same

aurimasc commented 3 years ago

Based on this comment: https://github.com/firebase/firebase-unity-sdk/issues/377

Firebase removed the delegate Unity has registered, so Unity notifications package doesn't receive notification.

Mustafax06 commented 3 months ago

still doesn't work