Search code examples
iosiphoneobjective-cios4

Opening PDF from application on Safari


I am trying to open a PDF file in my app Bundle on Safari. I can open this PDF with applications like iBooks or other PDF readers. However I cant get it to open it with safari. Is there any way in which i can achieve this? I tried OpenURL but that doesnt work???


Solution

  • You can't open that in Safari since iOS apps are sandboxed. The solution available now would be to open the PDF using UIWebView or send it to another app that can handle PDF files.