I know I can use CLLocationManager to get the users location but I want to create an app that does this:
User logs in > app checks web server for online users in specified radius in miles/feet of the current users phone > displays users.
What is the best way to go around this? much appreciated for all your help.