oncall-engine/engine/apps/mobile_app/tests
Salvatore Giordano 1c3c8e05bd
Update apns payload with corrected critical field (#1646)
I just noticed that ios notifications are always critical, even when the
switch ("override DND") is set to `false`. I believe this is because
`critical` should be either 1 or 0

https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/generating_a_remote_notification#2990112

---------

Co-authored-by: Joey Orlando <joseph.t.orlando@gmail.com>
Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
2023-03-28 10:57:40 +00:00
..
__init__.py Enforce cloud connection to send push notifications on OSS (#1132) 2023-01-19 11:15:56 +00:00
test_fcm_relay.py Support notification priority in FCM relay (#1630) 2023-03-27 14:36:51 +01:00
test_mobile_app_auth_token.py add unique idx on user column in mobileapp authtoken table (#1482) 2023-03-08 13:50:57 +01:00
test_notify_user.py Update apns payload with corrected critical field (#1646) 2023-03-28 10:57:40 +00:00
test_user_settings.py Mobile app settings backend (#1571) 2023-03-22 14:47:18 +00:00