Skip to content

Instantly share code, notes, and snippets.

@jahernandezol
Created March 22, 2018 03:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jahernandezol/f8a3d9490283a5ccaa669971da917683 to your computer and use it in GitHub Desktop.
Save jahernandezol/f8a3d9490283a5ccaa669971da917683 to your computer and use it in GitHub Desktop.
#import <Reveal/Reveal.h>
// Setup the Reveal Mobile SDK pointed at production with no debug features
Reveal *theSDK = [[Reveal sharedInstance] setupWithAPIKey:<YOUR API KEY>];
// Allow the SDK to request location permission for you on start, otherwise it defaults to waiting for you to request permission in your app
[theSDK setCanRequestLocationPermission: YES];
[theSDK start];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment