Send communication and Time Sensitive notifications

RSS for tag

Discuss the WWDC21 session Send communication and Time Sensitive notifications.

Posts under wwdc21-10091 tag

23 Posts

Post

Replies

Boosts

Views

Activity

Is there a way to embed an entitlement into a macOS command line application
I'm making a command line utility and I'd like to check the Focus (nee do not disturb) status which requires the Communications Notifications entitlement as per https://developer.apple.com/forums/thread/682143 The utility itself is not sandboxed. as there is no app bundle, is there a way to assign or embed the entitlement into the binary so I can get access to things like INFocusStatusCenter.default.focusStatus.isFocused (if indeed that is relevant in macOS 12)
0
0
601
Sep ’21
iOS 15 Notifications Integration
Hello everyone, I would like to ask a few questions about iOS 15.How should i integrate the new notification structure that comes with iOS 15 in my messenger application which has features such as VoIP Communication , SMS and Instant Messaging ? I already done some tests with iOS 15 developer beta version and i found both new clues and new unknowns.   For example;   Should I design SMS and IM notifications from Push Server as communication or non-communication and set the level of interruption according to its priority?The Apple docs aren't exactly clear on this They only mentioned non-communication notifications and examples.   In my tests, I saw that VoIP notifications were not separated as communication or non-communication notifications.I could not see any information about this in Apple user-guide.That’s why I came to this result by testing.If you have done a similar test, can you share the results ?   Since it is not related to the new notification design of VoIP push, i did not see any negative situation in my VoIP call tests.   Finally ,Apple recommends that we integrate SiriKit with iOS 15 for such applications.How does Siri Kit affect VoIP,Communication and Non-Communication Notifications, what kind of design should be done ? Do I have to use the notification extension if I use Siri Kit ?   If we can discuss these questions together, I think it will be very beneficial for all of us. Thank you everyone so far.
0
0
1.2k
Jul ’21
Is there a way to embed an entitlement into a macOS command line application
I'm making a command line utility and I'd like to check the Focus (nee do not disturb) status which requires the Communications Notifications entitlement as per https://developer.apple.com/forums/thread/682143 The utility itself is not sandboxed. as there is no app bundle, is there a way to assign or embed the entitlement into the binary so I can get access to things like INFocusStatusCenter.default.focusStatus.isFocused (if indeed that is relevant in macOS 12)
Replies
0
Boosts
0
Views
601
Activity
Sep ’21
Notifications interruption levels backwards compatibility
Hi, APNs manages backward compatibility if a device with iOS version< 15 recive a push notification with its json paylod containing the new information relating to the interruption level ?
Replies
0
Boosts
0
Views
530
Activity
Jul ’21
iOS 15 Notifications Integration
Hello everyone, I would like to ask a few questions about iOS 15.How should i integrate the new notification structure that comes with iOS 15 in my messenger application which has features such as VoIP Communication , SMS and Instant Messaging ? I already done some tests with iOS 15 developer beta version and i found both new clues and new unknowns.   For example;   Should I design SMS and IM notifications from Push Server as communication or non-communication and set the level of interruption according to its priority?The Apple docs aren't exactly clear on this They only mentioned non-communication notifications and examples.   In my tests, I saw that VoIP notifications were not separated as communication or non-communication notifications.I could not see any information about this in Apple user-guide.That’s why I came to this result by testing.If you have done a similar test, can you share the results ?   Since it is not related to the new notification design of VoIP push, i did not see any negative situation in my VoIP call tests.   Finally ,Apple recommends that we integrate SiriKit with iOS 15 for such applications.How does Siri Kit affect VoIP,Communication and Non-Communication Notifications, what kind of design should be done ? Do I have to use the notification extension if I use Siri Kit ?   If we can discuss these questions together, I think it will be very beneficial for all of us. Thank you everyone so far.
Replies
0
Boosts
0
Views
1.2k
Activity
Jul ’21