about summary refs log tree commit diff
path: root/app.json
diff options
context:
space:
mode:
Diffstat (limited to 'app.json')
-rw-r--r--app.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/app.json b/app.json
index 4ee73752a..55250fb76 100644
--- a/app.json
+++ b/app.json
@@ -25,11 +25,7 @@
       },
       "infoPlist": {
         "UIBackgroundModes": [
-          "fetch",
-          "processing"
-        ],
-        "BGTaskSchedulerPermittedIdentifiers": [
-          "com.transistorsoft.fetch"
+          "remote-notification"
         ],
         "NSCameraUsageDescription": "Used for profile pictures, posts, and other kinds of content.",
         "NSMicrophoneUsageDescription": "Used for posts and other kinds of content.",
@@ -48,6 +44,7 @@
         "foregroundImage": "./assets/adaptive-icon.png",
         "backgroundColor": "#ffffff"
       },
+      "googleServicesFile": "./google-services.json",
       "package": "xyz.blueskyweb.app",
       "intentFilters": [
         {
@@ -73,7 +70,6 @@
     },
     "plugins": [
       "expo-localization",
-      "react-native-background-fetch",
       "sentry-expo",
       [
         "expo-build-properties",