Set up iOS for streaming media with Tags
You can configure streaming media collection for your iOS or tvOS app through a Tags mobile property, with the media settings managed in the Data Collection UI. This page covers the Tags configuration. To configure the SDK in code instead, see Set up iOS for streaming media.
-
Prerequisites:
- Complete the Edge implementation overview (schema, dataset, datastream with Media Analytics enabled).
- Create a mobile property in the Data Collection UI. See Adobe Streaming Media for Edge Network.
Configure the extension
-
In the Data Collection UI, open your mobile property and select Extensions.
-
On the Catalog tab, locate the Adobe Streaming Media for Edge Network extension and select Install.
-
Set the following, then save:
- Channel: the channel name reported with each session.
- Player name: the name of the media player in use.
- Application version: the version of your player application.
-
Publish your changes, then add the
AEPCore,AEPEdge,AEPEdgeIdentity, andAEPEdgeMediadependencies to your app and register them with Mobile Core.
Track media events
With the property published and the tracker created, track each media event using its tracker method. See the iOS tab on each event and variable page for the exact calls.
Next step
Once your implementation is complete, you can Set up reporting for Edge implementations.