Iphone & Web App synch
Posted
by Jack Welsh
on Stack Overflow
See other posts from Stack Overflow
or by Jack Welsh
Published on 2010-06-18T04:59:45Z
Indexed on
2010/06/18
5:03 UTC
Read the original article
Hit count: 300
iphone
I am trying to build an Iphone App client for our CRM solution so our sales people would be able to access the information available in our CRM through an Iphone App.
I am trying to find out what is the recommended approach to architect the application when it comes to the database. I am not sure where should the data reside, should I save a subset of the data on the iPhone, or should I just rely on webservices and pull the information I need from the database whenever I need it. Also, is there any best practices or frameworks to build such applications on the Iphone.
© Stack Overflow or respective owner