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:
Image-2:
I wish to show only moregame widget shown in image 2 on 'More Games' button tap, how to avoid ads in image 1?