We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4dc5b commit 0c82494Copy full SHA for 0c82494
1 file changed
apps/mobile/app.config.ts
@@ -47,7 +47,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
47
infoPlist: {
48
LSApplicationCategoryType: "public.app-category.news",
49
ITSAppUsesNonExemptEncryption: false,
50
- UIBackgroundModes: ["audio", "remote-notification"],
+ UIBackgroundModes: ["audio"],
51
LSApplicationQueriesSchemes: ["bilibili", "youtube"],
52
CFBundleAllowMixedLocalizations: true,
53
// apps/mobile/src/@types/constants.ts currentSupportedLanguages
@@ -154,6 +154,12 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
154
},
155
],
156
"react-native-video",
157
+ [
158
+ "expo-notifications",
159
+ {
160
+ enableBackgroundRemoteNotifications: true,
161
+ },
162
+ ],
163
164
experiments: {
165
typedRoutes: true,
0 commit comments