I want to see a picture on my notifications display, that's it!
I want to see a picture on my notifications display, that's it!
Hi Esau.
Unfortunatly push is not supports content images.
But you can set "Badge" for this push:
please read more here: http://devcenter.appery.io/tutorials/...
Regards.
How about opening to an image in the app when a notification is received. You can get the event and then display the image.
check out this
Hi Shawn.
Yes this case could be implemented with Appery.io platform.
Push notifications designed exactly to generate server event and transfer it to client even if app closed.
So you have two ways:
First way:
Recieve notification in APP with some "id" in the notification text. Then use this "id" to recieve needed image in app.
Second way:
Recieve notification in app. Then app sends request to the server to understand what is happened on server, then get image id and get image by this id after.
This way very depends on your app logic.
Note: to understand how to get push event in app please follow this tutorial:
http://devcenter.appery.io/tutorials/...
Regards.
Hello Yuri,
Thanks for responding, I was not asking for myself I was suggesting to Esau, that he could take that apporach to his issue as a workaorund, I myself have implemented that option.
Thank you for the detailed answer maybe that will help him.