Failed to play audio file located in subfolders in Documents ------------------------------------------------------------
Key: CB-101 URL: https://issues.apache.org/jira/browse/CB-101 Project: Apache Callback Issue Type: Bug Components: iOS Affects Versions: 1.2.0 Environment: iOS SDK 5.0 Reporter: Binh An Tran Assignee: Shazron Abdullah i have an audio file test.mp3. when the file located in "Documents" folder, and i create my media object like this :media = new Media('documents://test.mp3'); Everything works fine. but when my audio file located in a subfolder in "Documents" folder, say "Documents/data", and i create my media object like this: media = new Media('documents://data/test.mp3'), i have this error in console: Failed to initialize AVAudioPlayer: (null) . And error code = 4 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira