Ads not showing and debugging
This project was based on below environment. Expo bare project ( npx expo prebuild ) with template TypeScript. expo: 54.0.23 react-native: 0.81.5 react-native-google-mobile-ads: 16.0.0 Suddenly Ads were not working! Yesterday they were all fine, all ads were showing correctly. But now Banner area empty, rewarded ads not loaded (if not loaded, gray inactivated button) I didn't change anything from yesterday. No package added, no coding editied, it was same as before, but just 1day after, it's not working. I have banner, interstitial, rewarded ads but they all are not showing. The first thing I tried was making bare project again. Simply erase android, ios folder and make it again with expo prebuild. $ rm -rf android ios $ npx expo prebuild $ npx expo start:android Ads still not showing. So this time I tried to wipe data in simulator and even delete the simulator and made it again. Not working. I started to doubt about some AdMob server error, since I heard rec...