Admob banners not showing in Apple TestFlight

Hi, I have admob banners in my app that work in the Expo app (IOS/Android) and Android standalone. However, in iOS Testflight there is an empty view (correct size for the banner) and the banner never loads. Is this standard behaviour?

<AdMobBanner
	key={key}
	testDeviceID=""
	bannerSize="largeBanner"
	adUnitID={bannerAdUnitId} />

SDK version: 31

Thanks!

Turns out I forgot to create an Admob app and ad unit for iOS and was using the Android ad unit. Iā€™m curious why it still worked in the Expo build running on iOS! Anyway - hope this helps :slight_smile:

Thanks for sharing your findings @rolznz.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.