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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -