Install
The GitHub README couldn't be loaded. Showing the cached install snippets from the SDK catalog.
spm
.package(url: "https://github.com/AllStak/allstak-apple.git", from: "0.2.0")cocoapods
pod 'AllStak', '~> 0.2'Quick start
import AllStak
AllStak.start(
apiKey: ProcessInfo.processInfo.environment["ALLSTAK_API_KEY"] ?? "",
environment: "production",
release: "1.4.2"
)