question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for "thread-id" in SimpleApnsPushNotification class

See original GitHub issue

The SimpleApnsPushNotification class is missing the thread-id attribute, see:

https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/PayloadKeyReference.html#//apple_ref/doc/uid/TP40008194-CH17-SW1

Provide this key with a string value that represents the app-specific identifier for grouping notifications. The system groups notifications with the same thread identifier together in Notification Center and other system interfaces. For local notifications, this key corresponds to the threadIdentifier property of the UNNotificationContent object.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:23 (19 by maintainers)

github_iconTop GitHub Comments

1reaction
jchamberscommented, Dec 16, 2016

🤘

Thanks for the detailed explanation, and thanks for the indeed-much-better-description of what we’re looking for. Hope I can return the favor some time!

In the meantime, I’ll update our docs to make reference to the didReceive explanation, close the upstream bug report, and update the various forum threads.

Cheers!

1reaction
florianreinhartcommented, Dec 13, 2016

@petrdvorak that’s what I meant, sorry about that.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add support for "thread-id" in SimpleApnsPushNotification class
Provide this key with a string value that represents the app-specific identifier for grouping notifications. The system groups notifications ...
Read more >
SimpleApnsPushNotification (Pushy 0.15.1 API)
Constructs a new push notification with the given token, topic, payload, delivery expiration time, and delivery priority. No push notification type is specified ......
Read more >
Index (Pushy 0.13.10 API) - javadoc.io
A utility class for constructing JSON payloads suitable for inclusion in APNs push notifications. ApnsPayloadBuilder() - Constructor for class com.turo.pushy.
Read more >
What does the thread-id field actu… | Apple Developer Forums
Hi, everybody! The `thread-id` APNs payload field was introduced earlier this year. According to the APNs docs, users should:.
Read more >
Ios "Thread-Id" Doesn't Group Push Notifications - ADocLib
The SimpleApnsPushNotification class is missing the thread-id For local ... OneSignal is a Push Notification service for Web Push, iOS, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found