possible to create book store thing with corona SDK?

Hi, all.

I’m planning to create interactive ebooks and want to put those books together in 1 app.

The app will display thumbnails of the books and make user to down load its contents.
Important thing in here is the contents must be shown in the app.
If the contents(each ebook) has only audios and images, things going to be easy but Each ebooks’ going to have it’s own interaction so I have no idea how to do this.

any idea or recommendation will be helpful.

thanx!! [import]uid: 118567 topic_id: 21148 reply_id: 321148[/import]

I would build the full app and “hide” the books that the user hasn’t purchased if it doesn’t bloat the app too much.

When a user purchases a book, you just enable it in the app.

Shahar [import]uid: 13553 topic_id: 21148 reply_id: 83773[/import]

Thanks for reply. I considered that already. I can put several books in the app now however I have play to update new 4~5 books every month. Is there any way? [import]uid: 118567 topic_id: 21148 reply_id: 83894[/import]

You can do this either with an app update (when you add a new book)

Or depending on how your setting up your books, you could download them from your server perhaps [import]uid: 84637 topic_id: 21148 reply_id: 83981[/import]