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
In your code you have different payloads keys for FCM and GCM
https://github.com/mcfedr/awspushbundle/blob/master/src/Mcfedr/AwsPushBundle/Message/Message.php#L700
But according to SNS documentation
https://docs.aws.amazon.com/sns/latest/dg/sns-send-custom-platform-specific-payloads-mobile-devices.html
you should always use GCM as key, where did you see the FCM information?
The text was updated successfully, but these errors were encountered:
Yea, it does seem to be right, maybe a PR that removes FCM is needed
Sorry, something went wrong.
@mcfedr, please, review the PR https://github.com/mcfedr/awspushbundle/pull/46/files it should fix the issue
No branches or pull requests
In your code you have different payloads keys for FCM and GCM
https://github.com/mcfedr/awspushbundle/blob/master/src/Mcfedr/AwsPushBundle/Message/Message.php#L700
But according to SNS documentation
https://docs.aws.amazon.com/sns/latest/dg/sns-send-custom-platform-specific-payloads-mobile-devices.html
you should always use GCM as key, where did you see the FCM information?
The text was updated successfully, but these errors were encountered: