THEOplayer 🤝 Uplynk
THEOplayer-Connector-Uplynk for iOS provides an integration between the THEOplayerSDK and the Uplynk CMS. It allows the THEOplayerSDK
to playback uplynk sources.
For example xcode projects with this connector see Uplynk-Examples.
Installation
Swift Package Manager
- In Xcode, install the THEOplayer iOS-Connector package by navigating to File > Add Packages
- In the prompt that appears, select the iOS-Connector GitHub repository:
https://github.com/THEOplayer/iOS-Connector
- Select the version you want to use.
the Uplynk connector is available for versions >= 8.11 only.
- Choose the Connector libraries you want to include in your app.
To support custom feature builds of THEOplayerSDK perform the following steps:
- Clone this repository to your computer.
- Use a local override of the
theoplayer-sdk-ios
package by selecting the folder../../Helpers/TheoSPM/theoplayer-sdk-ios
in Finder and dragging it into the Project navigator of your Xcode project. - Place your custom THEOplayerSDK.xcframework at
../../Helpers/TheoSPM/theoplayer-sdk-ios/THEOplayerSDK.xcframework
. (It is also possible to place your xcframework somewhere else. In that case make sure to update the Package.swift manifest inside the your local override so that it points to your custom THEOplayer build) - If Xcode complains about a missing xcframework
- Choose
File
>Packages
>Reset Package Caches
from the menu bar. - If it is still not working, make sure to remove any
THEOplayerSDK.xcframework
inclusions that you manually installed before installing this THEOplayer-Connector-Uplynk package.
- Choose
Cocoapods
- Create a Podfile if you don't already have one. From the root of your project directory, run the following command:
pod init
- To your Podfile, add the Uplynk connector pods that you want to use in your app:
pod 'THEOplayer-Connector-Uplynk'
- Install the pods using
pod install
, then open your.xcworkspace
file to see the project in Xcode.
To support custom feature builds of THEOplayerSDK perform the following steps:
- Clone this repository to your computer.
- Use a local override of the
THEOplayerSDK-basic
pod by adding the following line to your projects Podfile:pod 'THEOplayerSDK-basic', :path => 'iOS-Connector/Helpers/TheoPod'
and make sure the path points to the TheoPod folder.
Related articles
Learn more about Uplynk and how to use the connector in the following list of articles:
- Introduction: this article provides information on what Uplynk provides as a service.
- Preplay: this article provides information on how to configure a Uplynk source.
- Ads: this article provides information on which APIs can be leveraged to track and enhance the ad-viewing experience.
- Ping: this article provides information on how to leverage the Ping service and which THEOplayer APIs you should use.