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

link|improve this question

0% accept rate
This is a bit vague. What do you want to do exactly? – Cocoaster Nov 10 '09 at 13:30
feedback

1 Answer

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

link|improve this answer
thank you!, it works – jeevanantham Nov 19 '09 at 6:47
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.