I hope someone can help me because I'm frustrating.
I can´t figure out why if I execute :
fileURL = [NSURL URLWithString:@"http://myweb.com/my.pdf"];
then I can display the file correctly in a QLpreviewController
but If I execute
fileURL = [NSURL URLWithString:@"http://myweb.com/download.php?Id=1"]; // is a pdf file
then the file is displayed with encoded characters
Please, anyone can help me ?
Thanks a lot