AVPlayer Quality Of Experience SDK
This guide provides detailed instructions on integrating the MediaMelon AVPlayer SDK into an iOS Media Player Application.
Step 1: Import Frameworks
import AVFoundation
import MMAVPlayerFrameworkStep 2: Setup The SDK
target 'SwiftDemo' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'MediaMelon-AVPlayer-iOS'
# Pods for SwiftDemo
endStep 3: Configure and Initialise MediaMelon SDK
Step 4: Cleaning up the SDK Session
Step 5: Disable manifest fetch by the SDK (Optional)
Step 6: Enable or Disable SDK Log Trace
Last updated