Is there an easy way to add an image to push notifications? I cant seem to find a suitable post here about it.
Can I intercept the message before displaying the notification so I can look at the string and look for an image url? And then strip the message of the url.
Such as "This is my push message with an image attached :AI:image.jpg" But only display the message "This is my push message with an image attached"
If I see the string contains " :AI: " i know to look at a specified folder for the image name and then pull it down from my server. IE http://myserver/StaticFolderThatDoesntChange/image.jpg
Hope this makes sense?