#Rich notifications not received on Flutter

8 messages · Page 1 of 1 (latest)

dusk carbon
#

Been through these steps twice now:

https://docs.amplify.aws/gen1/flutter/prev/build-a-backend/push-notifications/enable-rich-notifications/

and I receive a notification, but the image just isn't getting attached. Gone through the PHP SDK and pinpoint console, and the image just never appears. Any common issues or suggested next steps? Spent hours on this and getting pretty frustrated.

plucky tiger
#

Hello 👋 which version of Flutter are you on and which platform does this problem occur? Sharing the output of flutter doctor would be great to take a deeper look into the issue. Does this feel like a similar issue like the following?

https://github.com/aws-amplify/amplify-flutter/issues/5144

GitHub

Description When building the app using flutter v3.19.0, notifications are working fine, But, when building the app using flutter v3.22.2, I'm getting blank notification like show in the below ...

dusk carbon
#

3.16.9 -- as far as I can tell, the Notification Service Handler that's created in the guide never gets called. I'm putting in all kinds of debug statements but it's just never printing.

#

or making sure this matched:

Set Minimum Deployments to be the same value as your Main Application Target. This should be iOS 11 or higher.

Mine didn't originally, it was 17.5 and by default my flutter app/main target was 12.0. Set the NSE to 12.0 and now the NSE is being called.

#

Image still isn't coming through but I'm working on that - at least I can see the NSE being called.

#

Got it now - yay