← back to Nineoh Guide
Fix AdMob crash-on-launch: move iosAppId/androidAppId into the react-native-google-mobile-ads plugin config array so GADApplicationIdentifier lands in Info.plist (bare-string plugin + root key was ignored → SDK crashed on init)
d49d05bca6d2e8bcb070a7c65536e43de0c3a437 · 2026-08-05 15:02:42 -0700 · Steve
Files touched
Diff
commit d49d05bca6d2e8bcb070a7c65536e43de0c3a437
Author: Steve <steve@designerwallcoverings.com>
Date: Wed Aug 5 15:02:42 2026 -0700
Fix AdMob crash-on-launch: move iosAppId/androidAppId into the react-native-google-mobile-ads plugin config array so GADApplicationIdentifier lands in Info.plist (bare-string plugin + root key was ignored → SDK crashed on init)
---
apps/mobile/app.json | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/apps/mobile/app.json b/apps/mobile/app.json
index c6e5d92..cfe55ce 100644
--- a/apps/mobile/app.json
+++ b/apps/mobile/app.json
@@ -17,7 +17,13 @@
},
"plugins": [
"expo-apple-authentication",
- "react-native-google-mobile-ads",
+ [
+ "react-native-google-mobile-ads",
+ {
+ "iosAppId": "ca-app-pub-3940256099942544~1458002511",
+ "androidAppId": "ca-app-pub-3940256099942544~3347511713"
+ }
+ ],
[
"expo-tracking-transparency",
{
← c386140 TK-12: ingest-original.mjs — load original Beverly Hills 902
·
back to Nineoh Guide
·
TK-12: both-shows feature — show-aware API (episodes/cast re e879c59 →