If a web service is returning not image URLs but raw image data then how to grab it and to save it to app sandbox? Where should those images be saved for later use?
PS. Any code snippets would be appreciated :)
UPDATE: image data comes base64 encoded as a set of characters.