-
Notifications
You must be signed in to change notification settings - Fork 434
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
FCM: Disconnect FCM Service #847
Comments
i dont konw why , but it worked when i re-install several times.... and when app enterbackground fcm still print Disconnect FCM service . maybe not config FCM APNs |
why i get this warning , and no callback in unity [Firebase.Messaging.FirebaseMessaging.MessageReceived] -> applicationWillEnterForeground() ` |
Hi @LongLostPenPal , This seems like an issue better suited to Firebase Support. They'll have much better debugging tools to debug your backend configuration. To keep helping you here, I will need to find some way to sync a local configuration to what you have. Would you be able to reproduce your issue in the Messaging quickstart? By adding your own Would you also be able to upgrade to the latest Unity SDK to see if that helps (6.16.1). Let me know if you opt to go the Firebase Support route or if you have the information above. Thanks! And apologies for not having a quick and easy answer for you! |
Thanks for replying!
I will try immediately when I have time
I upgrade to 6.16.1 and it got the same situation
I test disabled/enabled method swizzling , Both get the same situation
there is no problem
I'm using Unity's notification system. Thanks! |
Hi, I have a question If i'm using both Unity's notification system and firebase FCM is possible that they are interfering between them? |
There has been at least one other bug associated with the presence of the Mobile Notifications package. If you're able, it would be really useful to know if we can isolate your issue to this. If you can try reproducing your issue in the Quickstart, and let us know if it doesn't occur with the vanilla quickstart but does after adding Mobile Notifications - that would go a good way towards getting to the bottom of the issue! |
Hey @LongLostPenPal. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @LongLostPenPal if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
[REQUIRED] Please fill in the following fields:
[REQUIRED] Please describe the issue here:
(Please list the full steps to reproduce the issue. Include device logs, Unity logs, and stack traces if available.)
Steps to reproduce:
Have you been able to reproduce this issue with just the Firebase Unity quickstarts (this GitHub project)?
What's the issue repro rate? (eg 100%, 1/5 etc)
What happened? How can we make the problem occur?
This could be a description, log/console output, etc.
If you have a downloadable sample project that reproduces the bug you're reporting, you will
likely receive a faster response on your issue.
Relevant Code:
I do all the step the doc tells. Doc .
It works well on android,but not work on ios. I received the token, and push a test notifacition at firebase console,but can't receive message in background. When I back to the app, I Also cant receive the message.
The text was updated successfully, but these errors were encountered: