Page 1 of 1

Push Notification App Icon

Posted: Tue Nov 29, 2016 9:30 am
by Sithan

Hi,

How to set the Push notification large and small icon in Android. I tried it using the below request body code, but it is not working.

var requestBody = {
"status": "sent",
"payload": {

Code: Select all

                    "title": "App Name", 
                    "message": Pushmessage, 
                    "badge": badge, 
                    "icon": "ic_stat_gcm", 
                    "image": "ic_stat_gcm" 

                }, 
                "filter": { 
                    "userid": parseInt(deviceID1) 
                } 
            }; 

Please find attached screenshot how it looks like. Can you tell me how to figure it out this issue.
Image

Thanks,
Sithan


Push Notification App Icon

Posted: Tue Nov 29, 2016 11:48 am
by Serhii Kulibaba

Hello,

Please look at this example how to send Push Notifications with icons: https://docs.appery.io/docs/pushnotifications-sending#section-icon