Hi Guys,
What should I put to "initializeWithContentPlayhead" if I am not using an AVPlayer?
Currently I put "nil" to it:
[self.adsManager initializeWithContentPlayhead:nil adsRenderingSettings:settings];
but it returns me error:
Error during ad playback: Content playhead was not used, but ad playlist served.(1205, 2)
though it can run normally, but I just want to remove the error.
Thanks