Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Audio not playing in iOS

Esmailin_C_
Beginner
845 Views

Hello, I am making a player app for an online radio station. The radio is playing correctly in Android but not when I build for iOS. Testing with the App Preview works in both platforms but not after the build for iOS.

I modified the audio demo app you have in the Intel XDK and this is the function I call to play the audio:

playCordovaAudio('http://domain.here:PORT/;stream.mp3');

Thank you in advance.

0 Kudos
1 Solution
Swati_S_Intel1
Employee
845 Views

Have you provided the whitelist? You have to provide the URL of your music in the Network Request whitelist.

View solution in original post

0 Kudos
2 Replies
Swati_S_Intel1
Employee
846 Views

Have you provided the whitelist? You have to provide the URL of your music in the Network Request whitelist.

0 Kudos
Esmailin_C_
Beginner
845 Views

SWATI S. (Intel) wrote:

Have you provided the whitelist? You have to provide the URL of your music in the Network Request whitelist.

Something simple but important. Thank you, that was what I was missing.

0 Kudos
Reply