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.