<img src="https://img.shields.io/badge/%20-ENTERPRISE-B10031" style="float:left"/><br /> <img src="https://img.shields.io/badge/iOS-V4-009727?logo=apple" style="float:left"/><br />

To use the SDK in your project, you must add the player license key and import the `JWPlayerKit` module where necessary.

<br /> <hr />

## Configure the project

Use the following steps to configure your iOS project:

  1. In Xcode, open **AppDelegate.swift**.

  2. Import `JWPlayerKit` into this file and into any file that will need access to the SDK.



<br />

  1. Set the player license key by calling the `JWPlayerKitLicense` method `setLicenseKey` in `application:didFinishLaunchingWithOptions`.<br /><br />

    

    For added flexibility, you should consider remotely storing the key and setting it at runtime. This approach enables you to update the license key of the player without needing to resubmit your app to the App Store.

<br />



<br />