Search code examples
iphoneuiwebviewepub

How to display epub file content in iPhone application without using UIWebView?


First I created an application loading epub file content into UIWebView. But the content displayed in simulator but not displayed in iPhone device.I don't know how to get the content in devices also. Is any settings need to set in devices? Can u please help me. or Is any possible to load epub file in iPhone application without using UIWebView?

Thanks in Advance......


Solution

  • If something works in the Simulator and not the device, check the file name VERY carefully. If the capitalization in your code is not the same as the file it will work in the simulator, but not the device.