Esri's Geotrigger Service is replacing Geoloqi! Learn More | FAQ

Geoloqi iOS SDK

Start developing location based iOS apps with Geoloqi's powerful SDK

Getting Started Sample Code
iPhones and iPads

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];

Download Project