I have an app plays sounds by calling the ״audio.loadSound״
Everything works properly on simulators and devices with OS 9.1
When I try to run the application on real device with OS 9.2 - sounds not loaded.
The call to audio.loadSound returns null.
I tried to run the Corona’s example code for playing sounds - CoronaSDK / SampleCode / Media / AudioPlayer
and everything works as expected.
I tried to insert this code into my project and sounds are not working.
Any ideas where is the problem?
Thanks