Swift
Usage
.package(url: "https://github.com/nucleus-sh/NucleusSwift.git", from: "1.0.0"),.target(name: "ExampleApp", dependencies: ["NucleusSwift"]),import NucleusSwift
Nucleus.shared.setup("my-app-id")
...
func applicationDidFinishLaunching(_ aNotification: Notification) {
...
Nucleus.shared.appStarted()
}Identify your users
Add properties
Events
Errors
Toggle tracking
Last updated