/DemoAVAssetResourceLoaderDelegate

Demo AVAssetResourceLoaderDelegate No Cancel Problem

Primary LanguageObjective-C

This project demostrats the "No Cancel" problem of AVAssetResourceLoaderDelegate

  1. ViewController subclass AVPlayerViewController
  2. ViewController loads an AVURLAsset, which resourceLoader.delegate set to AssetLoaderDelegate
  3. resourceLoader:didCancelLoadingRequest: works fine on Simulator, but NOT called in real device (except first time after relaunching the iPhone, weird...).