views:

285

answers:

1

how to access the .pls and .qtl file content from web using objective c.

A: 

You can use an NSURLConnection to download the files. Processing a PLS file should be straight forward since it's basically a text file.

Epsilon Prime
thank you!, it works
jeevanantham