Hi,
I’m trying to implement offline download & playback.
Firstly I tried to use the example project provided on GitHub.
Unfortunately it does not seem to work.
When any of sample streams is attempted do be downloaded, the OfflineContentManager instance is stuck in Suspended state. It does not log anything useful either.
No matter if download is started or attempted to be resumed it’s always in Suspended state.
I don’t see any network activity after tapping Download.
But when Play is tapped, playback starts. But apparently it is being streamed live as network activity is clearly visible.
Nothing comes from OfflineContentManagerListener protocol methods except “Resumed”.
Also there are some unarchiving warnings from iOS itself.
Could you please fix the sample project or hint what is the current problem?
Thank you in advance.