Dev Blog Update - Image Push notifications using Parse
If you use Parse for sending Push notifications, you might be struggling a bit like we did initially to add images to these push notifications â no explanations needed for why image notifications are way better, open rates go up dramatically with good image notifications. Thanks to the FB Start session organised by Facebook in Gurgaon in August 2015, we met the Parse team and were able to understand from them first hand how to do this. Mentioning on the information here so it can help many other developers who are using Parse too:
1. Â Â You will need an image URL to be able to add this to Parse Json while sending the notification. Please use your own backend CMS to be able to do this and generate an image url for the image you wish to use for your notification
2. Â Â Add image tag and image URL in parse json
3. Â Â Send this json msg + image tag using parse panel as you normally do
4.   Your app will  receive this json in receiver class through  parsereciever
5. Â Â We convert this image URL to bitmap and then we use pushnotification.compact class which provides a method name bigImageData and we need to pass this bitmap image to this bigimagedate method in pushnotification.compact class and thatâs it! When your customers see this notification, they will see this with the image
Hope this was useful for you, for any more details, please feel free to write to [email protected] (App Development Lead, LafaLafa.com, Indiaâs leading coupon and cashback android App https://play.google.com/store/apps/details?id=com.lafalafa.android which has also been chosen by Facebook for FBStart Bootstrap Track )
















