gps alert the user when reaches the particular location

54 Views Asked by At

I am developing the location based application. I just stop the location manager when user reaches the particular location(which is selected by user). I have tried in all combinations but no luck.Please help me on this.

Thanks in advance.

1

There are 1 best solutions below

2
On

What you are looking for is called Geofencing.
It's built-in in CoreLocation and really easy to use.
Have a look at this tutorial.