Sithan
Posts: 0
Joined: Mon Apr 20, 2015 11:49 am

Push Notification App Icon

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Push Notification App Icon

Hello,

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

Return to “Issues”