Guru
Guru

Reputation: 22042

Playhavan more games widget

I used these calls to show playHavan more game widget on button press.

-(void)showPlayHavanMoreGamePage
{
    PHPublisherContentRequest *request = [PHPublisherContentRequest requestForApp:PLAY_HAVAN_TOKEN secret:PLAY_HAVAN_SECRET placement:@"more_games_list" delegate:self];
    [request send];
}

It shows interstitial ads first then shows more games page. How can I avoid interstitial fullScreen ads on more game button tap and show only moregame widget ?

Image-1:

enter image description here

Image-2:

enter image description here

I wish to show only moregame widget shown in image 2 on 'More Games' button tap, how to avoid ads in image 1?

Upvotes: 0

Views: 261

Answers (1)

Martin Tijera
Martin Tijera

Reputation: 28

On the PlayHaven dashboard, edit your "More Games Button" and make sure the "Enable Featured Game Preroll" is uncheck. Can't insert image to my answer but heres the link for the screenshot. http://screencast.com/t/VDNsb7rY

Upvotes: 1

Related Questions