We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8337dba commit b232da5Copy full SHA for b232da5
2 files changed
mobile/.gitignore
@@ -2,3 +2,7 @@
2
# EAS credentials
3
credentials.json
4
credentials/
5
+*.jks
6
+*.keystore
7
+*.p12
8
+*.mobileprovision
mobile/app.json
@@ -22,7 +22,8 @@
22
"UIBackgroundModes": [
23
"fetch",
24
"remote-notification"
25
- ]
+ ],
26
+ "ITSAppUsesNonExemptEncryption": false
27
}
28
},
29
"android": {
@@ -51,6 +52,10 @@
51
52
"BROWSABLE"
53
]
54
55
56
+ "permissions": [
57
+ "android.permission.RECEIVE_BOOT_COMPLETED",
58
+ "android.permission.WAKE_LOCK"
59
60
61
"plugins": [
0 commit comments