N Nicolás Cieri Active Member Licensed User Sep 6, 2020 #1 Hi, how can I create a critical notification? I need to send notification while the phone is in “dont disturb”. Check this link please.. Critical alerts
Hi, how can I create a critical notification? I need to send notification while the phone is in “dont disturb”. Check this link please.. Critical alerts
Erel B4X founder Staff member Licensed User Longtime User Sep 7, 2020 #2 Seems like it is a feature not intended for regular apps: https://developer.apple.com/documen...gs/2963116-criticalalertsetting?language=objc "Critical alerts require a special entitlement issued by Apple." Upvote 0
Seems like it is a feature not intended for regular apps: https://developer.apple.com/documen...gs/2963116-criticalalertsetting?language=objc "Critical alerts require a special entitlement issued by Apple."
N Nicolás Cieri Active Member Licensed User Sep 9, 2020 #3 Will there be any tests we can do? I have seen many applications that already have it implemented. I've tried a few things, but they don't work for me. Any suggestion? Upvote 0
Will there be any tests we can do? I have seen many applications that already have it implemented. I've tried a few things, but they don't work for me. Any suggestion?
Erel B4X founder Staff member Licensed User Longtime User Sep 10, 2020 #4 Example of accessing UINotificationSettings: https://www.b4x.com/android/forum/threads/notification-allowed.111064/#post-692856 You can then check the status of criticalAlertSetting. Based on the documentation it will not work without the discussed entitlement. Upvote 0
Example of accessing UINotificationSettings: https://www.b4x.com/android/forum/threads/notification-allowed.111064/#post-692856 You can then check the status of criticalAlertSetting. Based on the documentation it will not work without the discussed entitlement.