Skip to content

Instantly share code, notes, and snippets.

@nmathew87
Last active March 15, 2018 11:55
Show Gist options
  • Save nmathew87/8d1b79656272861aae93033da09d1d85 to your computer and use it in GitHub Desktop.
Save nmathew87/8d1b79656272861aae93033da09d1d85 to your computer and use it in GitHub Desktop.
// Add this to the top of your file
import PlacenoteSDK
// Initialize LibPlacenote in your application launch function like this
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions:
[UIApplicationLaunchOptionsKey: Any]?) -> Bool {
LibPlacenote.instance.initialize(apiKey: "Enter API Key Here")
return true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment