ios - Save the FourSquare Details locally in Iphone SDK -
in app, integrated foursquare api fetch near places.
i got relevant code github
i send request every time fetch near places. how can save places locally & display without requesting time if user has visited same place before.
you can use sort of persistent datastore (either server-side or client-side) save search results foursquare. can save user check-in data (i.e., whether or not user has visited place) well, aware according our policies, can't save data more 24 hours. if want up-to-date snapshot of whether or not person has visited places, you're better off doing these queries on-the-fly instead of saving.
Comments
Post a Comment