0

I have two UIViewControllers. On first One i have an UIButton which calls the second viewController. When I'm on secondViewController the RevMob ads shows.

[[RevMobAds session] showFullscreen];

If i press "x" button on the corner of the add, i mean to Close this add, the app goes to FirstViewController and that UIButton which calls the secondViewController DOESN'T WORK ANYMORE.

This happens on iOS 5 on Simulator and Device. on iOS 6 works great.

Please help me, I contacted RevMob but they didn't answer.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
iDev_91
  • 317
  • 8
  • 15
  • Did you include the -all_load flag on Other Linker Flags under Build Settings? – FractalDoctor Jul 04 '13 at 14:54
  • 1
    Oh. yes... i did it. RevMob guys said that I have to present my ViewController using other ways, not presentModalViewController, because there is a conflict between their SDK and iOS 5 – iDev_91 Jul 07 '13 at 02:02

1 Answers1

0

The version 5.9.1 says on the change log that this issue is solved.

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