Page 1 of 1

Server Side Code with Push Notifications

Posted: Tue Mar 17, 2015 12:42 am
by JimmyH

Hi there,

I have setup server side code with a push notification. When I execute the code, the push the notification appears on my device with the following information:

1) App Name
2) Message
3) Icon (small cloud)

I understand that you can customize the message (and have done so), but I would like to change the values for the App Name and the Icon.

Can you please confirm if it is possible to change the App name to something else (eg. using a variable for example) or to change the icon?

If so, can you please provide me with some direction.
If not, is there another approach I should consider?

Thanks in advance!

Jimmy


Server Side Code with Push Notifications

Posted: Wed Mar 18, 2015 9:26 am
by Egor Kotov6832188

Hello Jimmy,

Yes, you can change and App Name and Icon:
1) Open Appery.io
2) Open Apps Tab
3) Select your app (I assume push notifications are enabled)
4) Go to Customer console
5) Change your App name and Icon under Company Information


Server Side Code with Push Notifications

Posted: Fri Mar 20, 2015 2:49 am
by JimmyH

Hi Egor,

Thanks for that.

Can you tell me whether it is possible to change the values through javascript code?

I would like the values to change dynamically.

thanks
James


Server Side Code with Push Notifications

Posted: Tue Mar 24, 2015 8:13 pm
by Egor Kotov6832188

Hello Jimmy,

Unfortunately, there is no public API to make it work dynamically.


Server Side Code with Push Notifications

Posted: Mon Mar 30, 2015 5:35 pm
by JimmyH

Ok, thanks Egor