I am making an iOS application and need to get the location of a user. I just need to get the state/province of the user and so a cell-tower signal will serve the purpose. Is there an iOS API that will allow me to do this ?
Thanks
I am making an iOS application and need to get the location of a user. I just need to get the state/province of the user and so a cell-tower signal will serve the purpose. Is there an iOS API that will allow me to do this ?
Thanks
As Jake suggested Core location would be your best bet, try this for some example code How to find your current location with CoreLocation
Check out "Getting the User's Location" in the Location Awareness Programming Guide