0

I want to upgrade RevMob library version, in old version I have functionality to display in fullscreen and in popup like this:

revMob.showFullscreen(current_activity);
revMob.showPopup(current_activity);

In new verion showFullscreen works, but showPopup was deprecated, how I can to use popup ?

Alex
  • 8,908
  • 28
  • 103
  • 157

1 Answers1

0

according to Google Play Monetization Policies, the Pop Up ad unit has been removed:

Ads must not simulate or impersonate the user interface of any app, notification, or warning elements of an operating system. It must be clear to the user which app is serving each ad.

Thiago Murakami
  • 965
  • 7
  • 11