Skip to content

veeplay/ima-support-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Veeplay Google IMA SDK Plugin for iOS

This plugin enables the iOS Veeplay Media Player to use Google's IMA SDK for ads playback

To install:

  • Add the following line to your Podfile:

      pod "VeeplayIma"
    
  • Enable playing ads through Google IMA:

      [[APSMediaPlayer sharedInstance] setPreferGoogleIma:YES];