From 295406a1fde675f3a4d8d18c0cfc6edb8706e666 Mon Sep 17 00:00:00 2001 From: Maximilian Mitchell Date: Sun, 2 May 2021 10:10:04 +0100 Subject: [PATCH] enable bg mode modes --- ios/Runner/Info.plist | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 9a98d930..59ba6337 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -23,25 +23,29 @@ LSRequiresIPhoneOS NSAppleMusicUsageDescription - We don't access apple music + We don't access apple music NSBonjourServices _dartobservatory._tcp NSCalendarsUsageDescription - We don't access your calendar + We don't access your calendar NSContactsUsageDescription - We don't access your contacts + We don't access your contacts NSLocationAlwaysUsageDescription - We don't use location data + We don't use location data NSLocationWhenInUseUsageDescription - We don't use location data + We don't use location data NSMotionUsageDescription - We don't access motion + We don't access motion NSSpeechRecognitionUsageDescription - We don't access speech recognition + We don't access speech recognition UIBackgroundModes - + + fetch + processing + remote-notification + UILaunchStoryboardName LaunchScreen UIMainStoryboardFile @@ -59,5 +63,9 @@ UIViewControllerBasedStatusBarAppearance + BGTaskSchedulerPermittedIdentifiers + + it.notifi.notifi +