Skip to content

Swift package for Smartlook iOS SDK

License

Notifications You must be signed in to change notification settings

smartlook/SmartlookSwiftPackage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Smartlook Swift Package

The official Swift package for Smartlook iOS SDK, a mobile analytics solution.

To make it running, edit your AppDelegate as follows:

import Smartlook

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
  let smartlookConfig = Smartlook.SetupConfiguration(key: "API_KEY")
  Smartlook.setupAndStartRecording(configuration: smartlookConfig)
  // other initialization stuff
  return true
}

For further reference:

About

Swift package for Smartlook iOS SDK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages