objective c - failed to find PDF header: `%PDF' not found - works fine in iOS simulator but not on iphone -



objective c - failed to find PDF header: `%PDF' not found - works fine in iOS simulator but not on iphone -

this code works fine in ios simulator , displays pdf file, error when run same code on iphone "failed find pdf header: `%pdf' not found"

nsstring *urladress= [nsstring stringwithformat: @"http://foodinspections.ocgov.com/foodinspections/inspectionarchives/%@.pdf", self.inspectionresult.serialnumber]; nslog(@"url= %@", urladress); nsdata *pdfdata = [[nsdata alloc] initwithcontentsofurl:[nsurl urlwithstring:urladress]]; [self.webview loaddata:pdfdata mimetype:@"application/pdf" textencodingname:@"utf-8" baseurl:nil];

objective-c uiwebview

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -