We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Have an issue in iOS app background state and FCM Push Notification.
Steps to reproduce:
Unfortunately, neither onBackground nor onMessage was not triggered.
Are there any additional parameters I have to provide for FCM to stimulate onBackground callback?
Received remote notification request 627E-B950 [ waking: 0, hasAlertContent: 1, hasSound: 1 hasBadge: 0 hasContentAvailable: 0 hasMutableContent: 1 pushType: Alert] Remote notification request 627E-B950 can be modified: 1 Process delivery of push notification 627E-B950
The text was updated successfully, but these errors were encountered:
Hello @ObranS, have you found a fix for this? On iOS we are sending the notification throuh APNs, but the background handler is still not called.
Sorry, something went wrong.
No branches or pull requests
Have an issue in iOS app background state and FCM Push Notification.
Steps to reproduce:
Unfortunately, neither onBackground nor onMessage was not triggered.
Are there any additional parameters I have to provide for FCM to stimulate onBackground callback?
The text was updated successfully, but these errors were encountered: