We have an application which playbacks videos.
When trying to playback videos using iOS14 beta3 or iPadOS14 beta3, Unlike iOS13 or earlier, the following system error occurs with the AVPlayerItemFailedToPlayToEndTimeNotification.
The error is:
An unknown error occurred(-12976)
AVPlayerItemFailedToPlayToEndTimeNotification:
https://developer.apple.com/documentation/avfoundation/avplayeritemfailedtoplaytoendtimenotification?language=objc
Is there any documentation or a way that we can find out what does this error code mean?
Thanks!
When trying to playback videos using iOS14 beta3 or iPadOS14 beta3, Unlike iOS13 or earlier, the following system error occurs with the AVPlayerItemFailedToPlayToEndTimeNotification.
The error is:
An unknown error occurred(-12976)
AVPlayerItemFailedToPlayToEndTimeNotification:
https://developer.apple.com/documentation/avfoundation/avplayeritemfailedtoplaytoendtimenotification?language=objc
Is there any documentation or a way that we can find out what does this error code mean?
Thanks!