Pushwoosh / pushwoosh-phonegap-plugin

Pushwoosh PhoneGap Build Plugin
Other
110 stars 139 forks source link

change notification title #183

Closed superainovacoes closed 8 years ago

superainovacoes commented 8 years ago

Hi, how can we change the notification title on pushs?

example: my application name is "super app" on android/ios the notificaton title always come with "super app", there's a way to change "super app" to "wow my super app" on the createmessage payload?

thanks

https://community.pushwoosh.com/questions/3597/change-notification-title

shaders commented 8 years ago

Can you try "android_header" parameter?

superainovacoes commented 8 years ago

it works for android @shaders, does ios have an "ios_header" or any plans to implement soon?

shaders commented 8 years ago

iOS always shows the App Title. Unfortunately this is iOS behavior that could not be customized.

superainovacoes commented 8 years ago

i think it's possible since iOS 8.2

you can see it here: https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/TheNotificationPayload.html

shaders commented 8 years ago

Let me check with the team.

shaders commented 8 years ago

This is for Apple Watch only. iPhone/iPad ignores the title property :(

superainovacoes commented 8 years ago

thanks for checking.

hope they implement this feature soon on iphone/ipad.