Вопрос

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!!

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top