Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smartlook/smartlookswiftpackage
Swift package for Smartlook iOS SDK
https://github.com/smartlook/smartlookswiftpackage
Last synced: 24 days ago
JSON representation
Swift package for Smartlook iOS SDK
- Host: GitHub
- URL: https://github.com/smartlook/smartlookswiftpackage
- Owner: smartlook
- License: other
- Created: 2020-12-07T11:50:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T12:00:54.000Z (about 2 years ago)
- Last Synced: 2024-04-14T23:54:56.527Z (9 months ago)
- Language: Swift
- Size: 30.3 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 Smartlookfunc 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:
- [Smartlook](https://smartlook.com)
- [Developer Documentation](https://smartlook.github.io)- [Issue tracking](https://github.com/smartlook/smartlook-mobile-issue-tracker/issues)