Question

I would like to have RevMob active for all people in my free game. When they make the in-app purchase to eliminate ads, I'd want to eliminate those RevMob ads.

I first have this code in the AppDelegate, to initiate the session

[RevMobAds startSessionWithAppID:@"lalala"];

And then in the viewcontroller I have

> -(void)viewDidLoad {
> [[RevMobAds session] showBanner];
> [[RevMobAds session] showFullscreen];
> [[RevMobAds session] showPopup];

Please help me out or point me in the right direction!!

Was it helpful?

Solution

If you're new to in-app purchase you should check Introduction to In-App Purchases in iOS 6 Tutorial at Ray Wenderlich blog.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top