Introduction
The Geotrigger SDK for iOS is the quickest way to get started integrating location features into your applications.
Use Cases
- Easily send messages or offers to users when they arrive at certain areas
- Create a fitness tracking app without needing to build your own backend
- Quickly track whether people are using your app more in your stores or at home
Sample Code
// Don't provide the secret! Use a blank string for the secret.
[LQSession setAPIKey:@"Your API Key" secret:@""];
[LQTracker configureAnonymousUserAccountWithUserInfo:nil profile:LQTrackerProfilePassive];