0

In my Application, playing multiple songs by using AVQueuePlayer through NSURLs. Everything is working fine, when i use wifi to play the songs. If i use mobile data the songs are not playing and some times app is crashing. Please help me out.

Anjaneyulu Battula
  • 1,910
  • 16
  • 33

1 Answers1

0

Finally found the solution, the problem is in server side not in code. Uploaded songs are playing by wifi, but not playing if we use mobile data. This is because of server bandwidth problem. Moved all songs to another server, now songs are playing perfectly by using both wifi and mobile data.

Anjaneyulu Battula
  • 1,910
  • 16
  • 33