i have a problem i want to make a app where everyone has his own account,
the log in part i got, but my problem is how can a user get his data from the database to his iPhone/ipod
you need a server set up (such as a web page) that acts as the central storage location. and then you make web service calls to the server, from the iphones using http POST or GET.