I like to make a eBook app for iOS, something like iBooks, but with some special features. My questions is regarding the epub files. I can unzip them with ZipArchivos and storing each epub in its own folder.
So far so good. The epub's are imported to my app, either by email attachment, Safari or with iTunes Sync. Also this is working well.
When getting a new epub I want to extract several information from it, like title, author, publisher ... and to store this information in CoreData.
Is this possible and if yes, does anyone have a solution for it?