TF-1248: Enable FCM for iOS

This commit is contained in:
ManhNTX
2022-12-03 21:25:21 +07:00
committed by Dat H. Pham
parent 7648507907
commit 1a0cb26f01
6 changed files with 48 additions and 59 deletions
+9 -2
View File
@@ -2,8 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.developer.mail-client</key>
<true/>
<key>AppGroupId</key>
<string>${APP_GROUP_ID}</string>
<key>CADisableMinimumFrameDurationOnPhone</key>
@@ -41,6 +39,8 @@
</array>
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>FirebaseMessagingAutoInitEnabled</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>https</string>
@@ -57,6 +57,11 @@
<string>To save photo to library, we need permission to access your photo library.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>To select and upload photo, we need permission to access your photo library.</string>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
<string>remote-notification</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
@@ -76,5 +81,7 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>com.apple.developer.mail-client</key>
<true/>
</dict>
</plist>