Edcel Cabrera Vista
Edcel Cabrera Vista

Reputation: 1114

AWS SNS Mobile Push Notification

We have a requirement to have a durable mobile push notification; and we found AWS SNS with AWS cognito. Our big concern is that we found out that AWS SNS aren't supporting Image or blob data type unlike onesignal.

Is there any way that AWS SNS can support image in push mobile notification (the image will show also in notif preview)

Upvotes: 0

Views: 346

Answers (1)

David Bonilla
David Bonilla

Reputation: 11

Is it possible to send images through Amazon SNS

According to this answer, is not possible, unless you base64 encode a binary file before sending it, then you could send the content of an image.

Upvotes: 0

Related Questions