I want to create books for the iPad. I also want to be to write an app that will give access to those books and allow me to add more books, without having to re-download the entire app.
My idea is to have a Main project that shows all the available books. then a separate project for each book which will be downloaded individually (like a sub-project).
Is this possible? If so, how will I be able to merge the main project with the "sub-project"?
if not, how will I be able to achieve this?
I saw something similar on an app called "Interactive Touch Books for Kids"
I'm using xcode 4.3 and cocos2d.