Hello, I'm implement pushing notification on Android, when received the notification, the notification title is shown as "PUSH message from [My sender number]" and the alert param as the content.
I want to know if there're any way to customize the title of the notification?
Thank you in advance.
Hi,
What rhodes version do you use?? In latest 3.5 it should use application name and alert...
https://github.com/rhomobile/rhodes/blob/3-5-stable/platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesService.java#L1257
Anyway you may fix it in source in similar place as pointed by link above.
Points: 1
You voted ‘up’
Thank for your answer, I use Rhodes 3.4.2, because when building with 3.5.1.13, my app can not return the device id.
Points: 0
You voted ‘up’