This repository contains sample apps which are using the Bitmovin Player iOS SDK.
Table of Content
- BitmovinPlayerBasicSetup Shows how to set up the Analytics collector for the Bitmovin player
- AVFoundationPlayerBasicSetup Shows how to set up the Analytics collector for the AVFoundation player
- AmazonIVSPlayerBasicSetup Shows how to set up the Analytics collector for the Amazon IVS player
- BitmovinPlayerPlaylist Shows how to setup metadata information for multiple sources
Start with installing dependencies with bundle install
Please execute bundle exec pod install --repo-update
to properly initialize the workspace.
In addition to that you have to log in to https://bitmovin.com/dashboard, where you have to add the following bundle identifier of the sample application as an allowed domain under Analytics -> Licenses
:
com.bitmovin.analytics.samples.bitmovinplayer.basic
com.bitmovin.analytics.samples.bitmovinplayer.playlist
com.bitmovin.analytics.samples.avfoundation.basic
com.bitmovin.analytics.samples.amazonivs.basic
If you want to run the sample apps for bitmovin player, you also have to add your Bitmovin Player license key to Info.plist
file as BitmovinPlayerLicenseKey
or provide it via the PlayerConfig.key
property.
Also you need to add the bundle indentifier of the samples (mentioned above) as an allowed domain under Player -> Licenses
- More information about how to setup our collector can be found here.
- The release notes can be found here.
If you have any questions or issues with this SDK or its examples, or you require other technical support for our services, please login to your Bitmovin Dashboard at https://bitmovin.com/dashboard and create a new support case. Our team will get back to you as soon as possible 👍