Posts

Post marked as solved
1 Replies
797 Views
Hi, We're working on a non-communication app that would like to send important (health related) updates through the local notification system (UserNotifications). We're sure that these notifications could fit into the "time sensitive" category due to their health relevance. However, one important feature that we need is querying if the user has focus mode enabled and if we're allowed to break through the current focus mode set by the user. Apple provides the Intent API to check if there's a current focus mode enabled, however, it is bound to the "Communication Notification" capability. This capability have its intended use just for chat/instant messenger apps. We're wondering if we could leverage this capability for our purposes even without fitting into the "Communication" app category.
Posted Last updated
.