Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 2.89 KB

README.md

File metadata and controls

57 lines (38 loc) · 2.89 KB

THEOplayer iOS Reference Apps - THEO Google IMA

The purpose of this app is to demonstrate how to use Google IMA ads module to insert advertisement to video playback.

For quick start, please proceed with the Quick Start guide.

Guides

The guides below will provide a detailed explanation about Advertising and Ads insertion by using the Google IMA module.

This app is an extension of THEO Basic Playback application. Please checkout the following guides should any help is needed to get started with Xcode and/or THEOplayer SDK.

Quick Start

  • Obtain THEOplayer iOS SDK. If you don't have a SDK yet, please visit Get Started with THEOplayer.

  • Extract the downloaded iOSSDK-[version]-[name].zip. For example:

    unzip iOSSDK-[version]-[name].zip
    
  • Copy & paste the THEOplayerSDK.framework folder to the root of the reference app project. For example:

    cp -a THEOplayerSDK.framework/ Google-IMA/
    
  • Install the Podfile by running pod install --repo-update in the root Google-IMA folder which contains the Podfile file. Running this command installs the Google IMA iOS SDK which is a mandatory dependency.

  • Open the reference app project Google_IMA.xworkspace with Xcode.

  • Select Product > Run from Xcode menu bar or press ⌘ + R on the keyboard to build and run the application.

Streams/Content Rights

The DRM streams used in this app (if any) are provided by our Partner: EZ DRM and hold all the rights for the content. These streams are DRM protected and cannot be used for any other purposes.

License

This project is licensed under the BSD 3 Clause License - see the LICENSE file for details.