Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 456 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 456 Bytes

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];