From 6c133faa31d76aaa0fb9e981c33ce4144b87f558 Mon Sep 17 00:00:00 2001 From: Chris Hamons Date: Mon, 6 Apr 2020 19:20:17 -0500 Subject: [PATCH] Fix ColorFeed sample by adding required Info.plist keys (#393) - https://github.com/xamarin/ios-samples/issues/392 --- .../ColorFeed/Info.plist | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ios13/RefreshingAndMaintainingYourAppUsingBackgroundTasks/ColorFeed/Info.plist b/ios13/RefreshingAndMaintainingYourAppUsingBackgroundTasks/ColorFeed/Info.plist index 33ecd2a7..f23a2ef5 100644 --- a/ios13/RefreshingAndMaintainingYourAppUsingBackgroundTasks/ColorFeed/Info.plist +++ b/ios13/RefreshingAndMaintainingYourAppUsingBackgroundTasks/ColorFeed/Info.plist @@ -46,5 +46,15 @@ Assets.xcassets/AppIcon.appiconset CFBundleName ColorFeed + BGTaskSchedulerPermittedIdentifiers + + com.xamarin.ColorFeed.refresh + com.xamarin.ColorFeed.cleaning_db + + UIBackgroundModes + + fetch + processing +