sethcwhiting

Results 11 comments of sethcwhiting

I'm facing this same issue. I wrote about it in [this thread](https://github.com/ammarahm-ed/react-native-admob-native-ads/issues/293). If anyone who was able to resolve the issue could weigh in there, I'd really appreciate it 🙏

Quick update: I tried logging responses from a bunch of the event props and got this response from `onAdFailedToLoad`: ``` { "error": { "code": 0, "domain": "com.google.android.gms.ads", "message": "Invalid template...

Another quick update: I changed my adUnitId to the test id in [the Google AdMob docs](https://developers.google.com/admob/android/quick-start#import_the_mobile_ads_sdk) (`ca-app-pub-3940256099942544~3347511713`) and got a different error message: ``` { "error": { "code": 1, "domain":...

Another quick update: That 2nd adUnitId from the AdMob docs didn't work for iOS, but the 1st one from the react-native-admob-native-ads docs did, so... I'm assuming `"Invalid template ID: -1"`...

@MamoshiSE I did resolve this a while ago. Sorry for not updating here. I think what happened was that I was trying to use the same ID in my `android/app/src/main/AndroidManifest.xml`...

I seem to be having a very similar issue to this one. @markchen8717 did you ever get this figured out?

I tried most of the solutions in [this thread](https://github.com/sbugert/react-native-admob/issues/452), and I was able to get it to the point where it built successfully, but then immediately crashed every time I...

Hey guys I’m reopening this now. I ran `./gradlew app::dependencies` in my `android/` folder and found that `expo-firebase-analytics` was the culprit. I removed that package so that I could just...

thanks, @emdotysru21, When I do that, I get a bunch of other errors on Android and my iOS build breaks. It seems to me like the best way to go...

@Mgsy Just for context, Filipa is on my team (I'm the guy who originally raised the issue). We were doing great with the online build tool for a while, but...