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 -

c# - Create a Notification Object (Email or Page) At Run Time -- Dependency Injection or Factory -

Set Up Of Common Name Of SSL Certificate To Protect Plesk Panel -