Skip to content Skip to sidebar Skip to footer

When Dismiss Interstitial Dfp Ad On Android, The App Crashes

I have a simple interstitial DFP (DoubleClick for Publishers) ad in my Android app. When I touch the cross to comeback to the app, the app closes itself. The code is ok because it

Solution 1:

I found the solution

There was a finish() in the method onUserLeaveHint()

Post a Comment for "When Dismiss Interstitial Dfp Ad On Android, The App Crashes"