Skip to content

Commit 2d8d6ba

Browse files
authored
Update Info.plist
添加后台模式配置
1 parent c07010f commit 2d8d6ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ios/Runner/Info.plist

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,10 @@
4545
<true/>
4646
<key>UIApplicationSupportsIndirectInputEvents</key>
4747
<true/>
48+
<key>UIBackgroundModes</key>
49+
<array>
50+
<string>fetch</string>
51+
<string>processing</string>
52+
</array>
4853
</dict>
4954
</plist>

0 commit comments

Comments
 (0)