Hi
I'm creating audio player app. I use background audio player and I have a problem. Everythink works fine except one situation. My app plays mp3 from Internet. Before it starts to play it must prepare link. If I want to play first song after starting my app
and I minimize app before media element gets the link, music starts to play but I can not hear the music. So, background music is audible only if I minimize the app after first song starts to play.
When the app is minimized and one song from playlist ends and second starts to play everythink works great.
For this reason my app failed certification.
Any ideas how to solve this problem?