Running the application
To run the app in clear playback mode:
Connect an Apple device.
Build and run the app on your device.
The build commences, and on successful completion, the stream should play on the device. The NAGRA logo will be displayed during playback to indicate that the integration variant is being used.
If you experience difficulties, check your application against the basic playback example application (iOS only). It may be useful to increase the logging verbosity of the SDK, which can be done with the following code:
OTVSDK.setLogging(level: .debug)
Next step: You can now add more Player features to your app.