Skip to content

Commit

Permalink
[ads] check for appletv in AppLovin
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen committed Nov 23, 2015
1 parent 98e5ef5 commit f6ae468
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/ads/source/iOS/Plugins/Ads/frameworks/AdsApplovin.m
Expand Up @@ -71,6 +71,7 @@ -(void)loadAd:(NSMutableArray*)parameters{
interstitial.adVideoPlaybackDelegate = list;
[interstitial preloadAndNotify:list];
}
#if TARGET_OS_TV==0
else
{
if([self.mngr get:type] == nil)
Expand Down Expand Up @@ -133,6 +134,7 @@ -(void)loadAd:(NSMutableArray*)parameters{
[AdsClass adError:[self class] with:[NSString stringWithFormat:@"Unknown type: %@", type]];
}
}
#endif
}

-(void)showAd:(NSMutableArray*)parameters{
Expand Down

0 comments on commit f6ae468

Please sign in to comment.