Question:
Is there an option to add a custom title to a notification (like on the screenshot below)?
Answer:
Yes, it is possible. To send a push with a custom header to iOS devices via Control Panel, you should specify your title in a corresponding field in **Send Push** form:
You can also specify a subtitle there.
To send such notification via Remote API, add the following keys to your /createMessage request:
"ios_title":"Title", // Optional. Adds a Title for push notification
"ios_subtitle" : "SubTitle", //Optional. Adds sub-title for push notification
Comments
0 comments
Please sign in to leave a comment.