Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit 6c133fa

Browse files
authored
Fix ColorFeed sample by adding required Info.plist keys (#393)
- #392
1 parent 6d8680b commit 6c133fa

File tree

1 file changed

+10
-0
lines changed
  • ios13/RefreshingAndMaintainingYourAppUsingBackgroundTasks/ColorFeed

1 file changed

+10
-0
lines changed

ios13/RefreshingAndMaintainingYourAppUsingBackgroundTasks/ColorFeed/Info.plist

+10
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,15 @@
4646
<string>Assets.xcassets/AppIcon.appiconset</string>
4747
<key>CFBundleName</key>
4848
<string>ColorFeed</string>
49+
<key>BGTaskSchedulerPermittedIdentifiers</key>
50+
<array>
51+
<string>com.xamarin.ColorFeed.refresh</string>
52+
<string>com.xamarin.ColorFeed.cleaning_db</string>
53+
</array>
54+
<key>UIBackgroundModes</key>
55+
<array>
56+
<string>fetch</string>
57+
<string>processing</string>
58+
</array>
4959
</dict>
5060
</plist>

0 commit comments

Comments
 (0)