Earl Reed
Posts: 0
Joined: Sun Oct 06, 2013 7:48 pm

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

what REST service do I use and how?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

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

Hello Earl,

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

Earl Reed
Posts: 0
Joined: Sun Oct 06, 2013 7:48 pm

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

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

How do you send a base64 string as a push and have it display image in 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.

Return to “Issues”