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
2009-11-10 18:14:42
thank you!, it works
jeevanantham
2009-11-19 06:47:04