Software Archive
Read-only legacy content
17061 Discussions

Audio not playing in iOS

Esmailin_C_
Beginner
392 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
392 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
393 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
392 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