how to access the .pls and .qtl file content from web using objective c.
feedback
|
|
You can use an NSURLConnection to download the files. Processing a PLS file should be straight forward since it's basically a text file. | |||
|
feedback
|