react-native-admob / admob

Admob for React Native with powerful hooks and components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I detect the Interstitial Ad is dismissed cause of the user's abusing?

marine1079 opened this issue · comments

Reproduction: Interstitial Ad is shown > Go background (Home) > Tap App Icon > Interstitial Ad is dismissed (While showing)

Can it be possible to detect user's behavior that goes to background while ad is showing and then execute app by touching the App's icon for dismissing Interstitial ad immediately?

I used AppState of react native but in Android, the state is going to 'background' with Ad's showing and back to 'active' with Ad's dismissing so I couldn't detect user's additional/manual behavior to go out and in to App during the Ad is showing.

I'll try to find out solution for this.

This library is deprecated. Use react-native-google-mobile-ads instead.

Please migrate to the new library if you were using this library as this library is no longer maintained. Now more stronger features are available in the new library.