You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.
Hi!
Looking at the IBM Push Notification REST API, one can set "title" property for IOS (works nice), but not for Android? Anyone been able to set Android push notification title?
I have tried to use the "style" but it doesnt do exactly what I want, e.g. it does not set the top title.
style : {
type : 'bigtext_notification',
title : title,
text : message
}
Cheers
-jo
The text was updated successfully, but these errors were encountered:
hi @tverilytt , we do not support title in android push notification (except in styles) . The title feature is under development . Will get back to you soon.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi!
Looking at the IBM Push Notification REST API, one can set "title" property for IOS (works nice), but not for Android? Anyone been able to set Android push notification title?
https://mobile.ng.bluemix.net/imfpush/#!/messages/post_apps_applicationId_messages
I have tried to use the "style" but it doesnt do exactly what I want, e.g. it does not set the top title.
style : {
type : 'bigtext_notification',
title : title,
text : message
}
Cheers
-jo
The text was updated successfully, but these errors were encountered: