I would like to know options to group the notification messages on the smartphone. For iOS 12, there is option to group the notification messages by providing a thread-id and summary-arg in payload. Please see more about it from
Based on the documentation Push Notification Headers - Backendless SDK for Android/Java API Documentation, the option to add header key “thread-id” and “summary-arg” are not available in client sdk.
Client SDK (REST / Android / Objective-C / Swift / JS )
iOS Objective C version 4.5.0
Android Java version 5.2.4
Application ID
96CDE131-62F9-4B38-FF04-45D11DF21000
Expected Behavior
Please describe the expected behavior of the issue, starting from the first action.
- The PublishOptions class from Client sdk should provide option to add header key “thread-id” and “summary-arg”
- On iOS device, when remote push notification received, the messages should be grouped.