From 0c5181056d0977bbb63e34df941a3665a65a50b4 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sun, 20 Oct 2024 22:23:59 +0200 Subject: New notification fields --- app.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'app.json') diff --git a/app.json b/app.json index 997f82a..8290f08 100644 --- a/app.json +++ b/app.json @@ -17,9 +17,7 @@ "infoPlist": { "NSLocationWhenInUseUsageDescription": "This app needs access to your location.", "NSLocationAlwaysUsageDescription": "This app needs access to your location even when in the background.", - "UIBackgroundModes": [ - "location" - ] + "UIBackgroundModes": ["location", "fetch", "remote-notifications"] } }, "android": { -- cgit v1.2.3-18-g5258