I am working on changing the types of notifications in my app to time-sensitive
and active
on iOS 15+. I noticed that if I go to iPhone settings -> Notifications -> and open apps like Uber or FB Messenger I see that they have a separate flag that enables time-sensitive notifications whereas other apps do not. See attached examples of Reminders, Instagram, Facebook, and Uber.
My developer colleague and I cannot find proper documentation that explains how to enable such a setting for our users. Does it mean that any notification that we highlight in code as time-sensitive will be delivered as such by default without users' additional consent? Any advice?