AVURLAsset / AVPlayerItem from Asset Catalog -


i have bunch of audio files keep in asset catalog benefit store optimizations brings. however, avaudioplayer ideally wants avurlassets subsequently avplayeritems can created.

problem is, asset data doesn't have url. how combine asset catalog assets avplayer?

apple advises loading files via nsdataasset constructor, doesn't help.


Comments