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
+