For a company, they want me to create an iOS app that works like their website, but it's on the app store.
They would like me to implement the store as well, so users can login/buy products within the app.
However they haven't created this website themselves. They used the Website Builder, Volusion, to create their website and store their data, along with their store implementation.
My questions are:
How can I access their database? If I can't, is scraping their website the only way to get the data?
How would I implement the store? Should I try reading the javascript in the page source? Or would that be illegal. And is this even possible? Or should I just have a UIWeb view with their website?
What approach would some of you take? I'm lost.
Thanks