I'm two years late, sorry! But for anyone else who stumbles upon this, here's a simple dynamic property. Basically just set AVPlayerController requiresLinearPlayback to true. This will prevent fast forward, rewind skip etc. It will however allow the player to pause.
avPlayerViewController.requiresLinearPlayback = true
Topic:
App & System Services
SubTopic:
Core OS
Tags: