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
Post a Comment