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
what REST service do I use and how?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
what REST service do I use and how?
Hello Earl,
Can you clarify, you want to send it using Appery.io 'Push Notifications' sevice?
yes... and have it display an image inside my app
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.