Include thread-id in the notification payload
See original GitHub issueIn order to use grouped notifications on iOS, a thread-id
parameter has been added (read more here). Please could you implement this! P.S. Not sure if it’s thread-id or thread_id (see docs here)
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5
Top Results From Across the Web
What does the thread-id field actu… | Apple Developer Forums
Just pass in `thread-id` in your payload. The only problem is that you have to wait a bit so the iOS renders the...
Read more >Can you set thread-id with FCM notifications for ios
There is no thread-id FCM payload key in Legacy FCM HTTP Server protocol. The workaround is to use iOS Notification Service Extension.
Read more >Let's take quick dive in Grouped Notifications — iOS 12
Create notification content with threadIdentifier to create group of that notification. Group will be of the application or specific topic ...
Read more >Tutorial : Let's take quick dive in Grouped Notifications - iOS 12
Create notification content with threadIdentifier to create group of that notification. Group will be of the application or specific topic ...
Read more >OSNotification Payload - OneSignal Documentation
The OSNotification Class provides the Notification Payload data accessible within the SDK Notification Event Handlers. This class require the Major Release ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ve confirmed this works. Pass it in as thread_id. The other appears to be a typo in the onesignal docs.
Thanks!