Skip to content

Installation (iOS)

This is an SDK for AVEQ's Client Analytics Library for iOS/tvOS. You can integrate it in any iOS/tvOS app using the Swift library file.

Requirements

  • iOS 14.0+
  • tvOS 14.0+

The SDK supports AVPlayer and AVFoundation, with support for HLS playlists (live or VoD), and the following video codecs:

  • H.264
  • H.265
  • VP9
  • AV1

Installation

To use the SDK, you have to integrate the library files in your app, then call the respective API. There are two ways to do this:

  • Manually, by adding the AVPlayerAnalytics.xcframework folder to your project. The library is contained in the AVPlayerAnalytics.xcframework folder. Simply add the XCFramework to your Xcode project, and you can start using the SDK.

  • Via Swift Package Manager. You can use the provided Package.swift file to integrate the SDK in your project remotely. Our remote repository is available on GitHub. Please ask at support@aveq.com for the credentials to access the repository, then point your Swift Package Manager to it.