Git Product home page Git Product logo

flowplayer-ios-sdk-public's Introduction

Migration from v2 to v3

Module rename

The main public module that needs to be imported to use Flowplayer SDK has been renamed from: FlowplayerCore to Flowplayer. Now FlowplayerCore is an internal module and is used by Flowplayer and should not be used or imported.

// import FlowplayerCore << Remove
import Flowplayer

C++ library unlinked

Rollbar requires the libc++.tbd library. This library was previously bundled inside of Flowplayer SDK and would sometimes cause weird behavior and errors when compiled. Because of this it was removed and is now required to be added by the client.

C++ library

Installation

CocoaPods integration

Use the package manager CocoaPods to install Flowplayer. Please make sure you have removed the old version of Flowplayer before upgrading to v3.

# PodFile
pod 'Flowplayer', '3.0.0'
pod 'Rollbar', '1.12.14'
pod 'GoogleAds-IMA-iOS-SDK', '3.14.4'

and the run

pod install

Manual integration

Step 1: Download Flowplayer here.

Step 2: Add Flowplayer to project.

Step 3: Add FlowplayerCore to project.

Step 4: Add FlowplayerChromecast to project (OPTIONAL).

Step 5: Add Flowplayer dependencies Google IMA and Rollbar.

Step 6: Compile and run.

Usage

Follow the official Flowplayer docs

flowplayer-ios-sdk-public's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.