iphone - Playhavan more games widget -


i used these calls 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 shows more games page. how can avoid interstitial fullscreen ads on more game button tap , show moregame widget ?

image-1:

enter image description here

image-2:

enter image description here

i wish show moregame widget shown in image 2 on 'more games' button tap, how avoid ads in image 1?

on playhaven dashboard, edit "more games button" , make sure "enable featured game preroll" uncheck. can't insert image answer heres link screenshot. http://screencast.com/t/vdnsb7ry


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -