'How can I support the "time-sensitive" function

How can I support the "time-sensitive" choose on iOS15 device [![just like this][1]] [1]: https://i.stack.imgur.com/pkjNf.png



Solution 1:[1]

You need to add the Capability for your project in Xcode.

Select the Target, click the + Capability button, and select Time Sensitive Notifications:

enter image description here

You may want to watch this video: https://developer.apple.com/videos/play/wwdc2021/10091/

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 DonMag