JWPlayerKit for iOS
Document version: 10/07/2024 SDK version: 4.20.0
To send us your feedback or bug reports, please visit our Support Portal. Select “I have a question for the technical support team” or “I want to report a bug” and then follow the steps to report your issue. Our support team will follow up in a timely manner.
Before contacting us, please read our FAQ.
To ask technical questions please open an issue in our Best Practice Apps repo.
To add the JWPlayerKit
SDK as a dependency to your project, you have
couple of options: Using CocoaPods or Swift Package Manager.
Using CocoaPods
Add the following lines to the Podfile
of your project and replace the
Version Number
with the desired version of the JWPlayerKit
.
pod 'JWPlayerKit', '~> Version Number'
Execute pod install
to install the new JWPlayerKit
dependency.
For up to date information and the API reference,see the developer guide.
Using Swift Package Manager
Open Xcode 14+, navigate to your Project file and specify it in Project > Package Dependencies
using the following URL:
https://github.com/jwplayer/JWPlayerKit-package.git
For up to date information and the API reference, see the developer guide.
The source code of sample projects demonstrating how to use some of the SDK's advanced functionality can be found in the jwplayer-ios-bestPracticeApps repo.
Documentation is generated using jazzy.