How to get local notification when user enters into specific region provided ios
问题 I am working on such a project where apps do the following things: 1.Getting user current location. 2. Get local notifications when user enters or nearby the particular locations i provided. What i have done is: I have downloaded the regions sample code(apple provided) to find out my current location using IOS corelocation framework.It works fine.here's the code below: // Create a new region based on the center of the map view. CLLocationCoordinate2D coord = CLLocationCoordinate2DMake