Closed Sai closed 3 years ago
This PR adds 3 payload keys to the Apnotic::Notification class:
Apnotic::Notification
target-content-id
interruption-level
relevance-score
Ref: https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/generating_a_remote_notification#2943363 https://developer.apple.com/documentation/usernotifications/unnotificationinterruptionlevel https://developer.apple.com/documentation/usernotifications/unnotificationcontent/3821031-relevancescore https://github.com/ostinelli/apnotic/issues/105
Thank you!
This PR adds 3 payload keys to the
Apnotic::Notification
class:target-content-id
The identifier of the window brought forward since iOS 13.interruption-level
Indicates the importance and delivery timing of a notification for iOS 15.relevance-score
Number to specify the sort of the notifications for iOS 15.Ref: https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/generating_a_remote_notification#2943363 https://developer.apple.com/documentation/usernotifications/unnotificationinterruptionlevel https://developer.apple.com/documentation/usernotifications/unnotificationcontent/3821031-relevancescore https://github.com/ostinelli/apnotic/issues/105