iphone - "stringWithContentsOfURL" returns empty data -


I am working with web services these days, and with all the XML files that I am parsing is OK , But why does the last one famous method "stringWithContentsOfURL" give empty data?

Most likely your URL references a non-existent file, or the contents of the file Can not be encoded as NSSTING.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -