summaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-10-20 22:23:59 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-10-20 22:23:59 +0200
commit0c5181056d0977bbb63e34df941a3665a65a50b4 (patch)
treeac3c07a25e824caf7f941074bd69d7fbc33b0362 /app.json
parent7c36badf769a3f6e54855dd7f03d25af5434762c (diff)
New notification fields
Diffstat (limited to 'app.json')
-rw-r--r--app.json4
1 files changed, 1 insertions, 3 deletions
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": {