Page 1 of 1

How do you send a base64 string as a push and have it display image in app

Posted: Tue Oct 15, 2013 9:08 pm
by Earl Reed

what REST service do I use and how?


How do you send a base64 string as a push and have it display image in app

Posted: Tue Oct 15, 2013 10:36 pm
by Illya Stepanov

Hello Earl,

Can you clarify, you want to send it using Appery.io 'Push Notifications' sevice?


How do you send a base64 string as a push and have it display image in app

Posted: Wed Oct 16, 2013 12:00 am
by Earl Reed

yes... and have it display an image inside my app


How do you send a base64 string as a push and have it display image in app

Posted: Wed Oct 16, 2013 3:37 pm
by Kateryna Grynko

Hi Earl,

This is not a good idea to send Base64encoded image in a Push notification because its size is limited. It's better to send an image name and use it to set image 'src' attribute.