Hi,
My customer has laid down requirement that only MP3 file needs to be used and not the OGG/M4A generated by Construct 2.
For this to work I have set useOGG flag in c2runtime.js to false and replaced reference to ".m4a" with ".mp3". Also have replaced generated ogg/m4a files with mp3 files in media folder. This works fine everywhere else other than on iOS.
Can someone please help me resolve this issue...
-Thanks