# Uplynk on iOS

This article describes how to configure Uplynk DRM with THEOplayer.

**Important:** Uplynk customers should configure DRM through the [THEOplayer Uplynk connector for iOS](https://docs-preview.optiview.dolby.com/pr-861/theoplayer/connectors/ios/uplynk/preplay.md). (The Uplynk connector provides an out-of-the-box integration with Uplynk's Preplay, Ping and Asset Info services, exposes additional APIs, and enhances your UI and UX.)

Head to our page on [DRM](https://docs-preview.optiview.dolby.com/pr-861/theoplayer/how-to-guides/ios/drm/introduction.md) for more general information.

## Integration

We provide open-source DRM integrations which are easy to maintain and allow for a modular approach. You can find them in the [DRM integration samples repository](https://github.com/THEOplayer/samples-drm-integration), alongside guides on how to integrate and use them.

The [Uplynk connector for iOS](https://docs-preview.optiview.dolby.com/pr-861/theoplayer/connectors/ios/uplynk/preplay.md) takes care of the DRM configuration as part of its Preplay logic: when you request a content-protected asset with the [`contentProtected`](https://docs-preview.optiview.dolby.com/pr-861/theoplayer/connectors/ios/uplynk/preplay.md) flag, the connector sets up the DRM configuration of the resulting source for you. If you don't use the connector, the Uplynk integration can be found [here](https://github.com/THEOplayer/samples-drm-integration/blob/master/ios/ContentProtectionIntegration/integration/UplynkDRMIntegration.swift).

## Resources

* [Content Protection (Uplynk)](https://docs.uplynk.com/docs/content-protection)

## Related articles

* [Axinom](https://docs-preview.optiview.dolby.com/pr-861/theoplayer/how-to-guides/ios/drm/axinom.md)
* [castLabs DRMToday](https://docs-preview.optiview.dolby.com/pr-861/theoplayer/how-to-guides/ios/drm/castlabs-drmtoday.md)
* [EZDRM](https://docs-preview.optiview.dolby.com/pr-861/theoplayer/how-to-guides/ios/drm/ezdrm.md)
* [Intertrust ExpressPlay](https://docs-preview.optiview.dolby.com/pr-861/theoplayer/how-to-guides/ios/drm/intertrust-expressplay.md)
* [Irdeto](https://docs-preview.optiview.dolby.com/pr-861/theoplayer/how-to-guides/ios/drm/irdeto.md)
* [Microsoft Azure](https://docs-preview.optiview.dolby.com/pr-861/theoplayer/how-to-guides/ios/drm/microsoft-azure.md)
