We have an App that is made with react native and works perfectly for Android and iOS.
We include AdMob interstitial ads in the app and everything works fine with ads, using https://github.com/sbugert/react-native-admob
The problem is that with some interstitial ads (tests on IOs devices), mainly those that are interactive, they do not have the option to close (the interstitial) or the closed one does not work. And that means users get stuck in the ad, forcing the user to close the app.
We are using the latest version of the SDK. We have done a lot of research and have been unable to find a solution.
Any suggestion, please
real examples