Just some quick advice needed here peeps...
If I use NSData to download files like this:
Code:
NSData *data = [[NSData aloc] initWithContentsOfURL:@"Someurl.com/file.zip"];
Will this likely cause a crash with different file sizes... I have my concerns.
Thanks-
Steake