You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: