awspushbundle
awspushbundle copied to clipboard
A Symfony Bundle for sending cross platform push notifications, using Amazon SNS
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...
Changed annotations to attribute. Removed sensio/framework-extra-bundle Made compatibility with php 8.2