IOS 8 Phonegap 2.9.0 for Media API

I don't know if anyone was running into the same problem, but when debugging my app on the new iOS 8, I got a problem with the Media API for a phone call. In some of my audio files that are less than 2 seconds, the api does not call the onStatus function to update the status of the MediaPlayer at the end of the file. Instead, it raises the "MediaError.MEDIA_ERR_DECODE" error, which means that something went wrong with the file and its decoding. I am using phonegap 2.9.0 but I think it might be a problem for the next versions too.
Does anyone have this problem?
I hope to fix this in the final version of iOS 8 because now (iOS6 and iOS7) I don't face similar issues.

Thanks everyone,

+3


source to share





All Articles