0

I have an issue with keypad. The kay pad is covered by the revmob add banner.

I am using below code in Appdelegate

+ (void)basicUsageShowBanner {
   [[RevMobAds session] showBanner];  
}

How i can fix this issue?

287986
  • 93
  • 1
  • 12

1 Answers1

0

This is a know bug from RevMob SDK, try to use a banner view as described on the documentation.

Diogo T
  • 2,591
  • 1
  • 29
  • 39