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 the 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 the push notification
"ios_subtitle": "SubTitle", // Optional. Adds a sub-title for the push notification
Comments
0 comments
Please sign in to leave a comment.