## Allowlist your Bundle Identifiers

In order to use the player in your app, you have to allowlist the bundle identifier (iOS) and/or Application ID (Android) of your app(s) into which you are integrating the player. This is a security mechanism and protects your license from being used elsewhere.

Allowlisting can be done in the [Dashboard](🔗) under **Player > Licenses**.

## Set your license key

Your license key can either be set via code or by configuring your apps' `Info.plist` and `AndroidManifest.xml`.

### Setting the license key via code



### Setting the license key through Info.plist (iOS)

Add the following lines to the `<dict>` section of your `ios/Info.plist` file:



### Setting the license key through AndroidManifest.xml

Add the following line to the `<application>` section of your `android/app/src/main/AndroidManifest.xml`: