chore: add android foreground services permissions for firebase cloud messaging (#1696)

* add android foreground services permissions

* bump ios version
This commit is contained in:
Justin Hernandez
2026-02-04 09:11:23 -08:00
committed by GitHub
parent 6e8ba09c0b
commit 9ab75b556e
2 changed files with 5 additions and 2 deletions

View File

@@ -17,6 +17,8 @@
<uses-permission android:name="android.permission.VIBRATE"/>
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" />
<application
android:name=".MainApplication"
@@ -72,6 +74,7 @@
<service
android:name="com.google.firebase.messaging.FirebaseMessagingService"
android:foregroundServiceType="dataSync"
android:exported="false">
<intent-filter>
<action android:name="com.google.firebase.MESSAGING_EVENT" />

View File

@@ -1,7 +1,7 @@
{
"ios": {
"build": 209,
"lastDeployed": "2026-02-04T06:29:35.956Z"
"build": 210,
"lastDeployed": "2026-02-04T08:27:35.956Z"
},
"android": {
"build": 139,