Languages used
- Swift
Features used
Steps
1
Sign up for Radar
If you haven’t already, sign up for Radar to get your API key. You can create up to 1,000 geofences and make up to 100,000 API requests per month for free.Get API keys
2
Import geofences
On the Geofences page, create a geofence.
3
Install the Radar iOS SDK
Initialize the SDK in your 
AppDelegate class with your publishable API key. Make your AppDelegate implement RadarDelegate. Finally, request location permissions and start tracking:4
Listen for events
Implement 
didReceiveEvents:user: to listen for geofence entry events and show notifications: