According to Apple's official documentation, you could send the thread-id key over to APNs as an identifier for grouping notifications, but I noticed the Apnotic::Notification class doesn't allow for assigning it.
This PR adds the ability to set a value to the thread-id key so all the APS dictionary keys in their offitial doc will be covered and sent over to APNs.
According to Apple's official documentation, you could send the
thread-id
key over to APNs as an identifier for grouping notifications, but I noticed theApnotic::Notification
class doesn't allow for assigning it.This PR adds the ability to set a value to the
thread-id
key so all the APS dictionary keys in their offitial doc will be covered and sent over to APNs.