Reputation: 1114
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
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