Closed hann-yun closed 6 months ago
Hi @hann-yun - we're going to need more logs from the console app to diagnose. That is a small snippet which doesn't show if the notifications were being allowed/disallowed. Thanks.
I just changed to apns. works well. thanks!
Is there an existing issue for this?
Are you aware of the differences between iOS and Android background message handling?
Do you have an active Apple Developer account?
Are you using a physical iOS device to test background messages?
Have you enabled "Remote Notifications" & "Background Mode" (Checking options for "Background Processing" & "Remote Notifications") in your app's Xcode project?
Have you created an APNs key in your Apple Developer account & uploaded this APNs key to your Firebase console?
Have you disabled method swizzling for Firebase in your app?
Are you sending messages to your app from the Firebase Admin SDK?
Have you requested permission from the user to receive notifications?
Have you used the 'Console' application on your macOS device to check if the iOS device's system is throttling your background messages?
Additional context and comments
I'm using Fcm to voip feature iOS and AOS both. in iOS follow this step happen bug. In foreground push , received well. => background (app still alive) push, received well. => terminated (app dead) push, sometime not received. => open app just received that background message. => go background again (app alive) push, not received. after this step background & terminated push not received.
but i chekcted console.app still received. but swift & dart not recieved any data. and after a few minute received again..
this bug just hannepend in
this version.
and i tested under version works well..
additional Data -- Fluter doctor
-- pod version 1.15.2
-- used dependencies
thank you.