I am planning out development of an iPhone app using html/js and phonegap. I am planning on having user profiles as well as a “friends” feed that pulls in actions that your friends have done.
Is incorporating user profiles possible? Will I have to have a non mobile version website for users to log in to and enter content in their profiles and then use something like JSON to pull in the data from the user profiles and display it in the app?
Indeed you will have to provide some server side storage to save the user profile, history and/or actions
The iPhone app will fed by the server side interface you will implement