Question

I want to open the iBook file in my device without use the third party apps like iBook App.I have read many articles and suggests use of UIDocumentInterectionController class.

See the SO answer How to open a file on iBooks

When I use UIDocumentInterectionController class with demo app, it launch the iBooks Appliaction. But i want to open the file without third party app.

If I have use itms-books: at the beginning in the url , It's not work in IOS 7.

Please help Me.

Was it helpful?

Solution

If you are opening a aPub file it might work to use some ePub component.

Native iBook files are not support by iOS and there for UIDocumentInterectionController will not be able to display the file and open iBooks.

QuickLook only supports:

  • iWork documents
  • Microsoft Office documents (Office ‘97 and newer)
  • Rich Text Format (RTF) documents
  • PDF files
  • Images
  • Text files whose uniform type identifier (UTI) conforms to the public.text type
  • Comma-separated value (csv) files
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top