Aufree / ESTMusicPlayer

An elegant and simple iOS music player.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Play Offline Mode

phukhanhlee opened this issue · comments

track.audioFileURL = [NSURL fileURLWithPath:_musicEntity.musicUrl];
track.audioFileURL = [NSURL URLWithString:_musicEntity.musicUrl];

musicURL is local path : /Users/x/Library/Developer/CoreSimulator/Devices/FC1721B2-7D61-4B31-BFC9-AEFA250AAAF9/data/Containers/Data/Application/9152DA85-8804-4E6E-8070-416B763B9D97/Documents/demo.mp3

-> Does this framework support play in offline mode ?

Yes

@phukhanhlee You can check out this link to get more details.

Can you give me example code ?