You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"New installation" - when the SDK is started and no previous sessions are detected in local storage e.g.
// if the recent sessions are empty, this must be the first start after installing the app
ifself.recentSessions.isEmpty {
// this ensures we only use the date, not the time –> e.g. "2025-01-31"
lettodayFormatted=ISO8601DateFormatter.string(from:Date(), timeZone:.current, formatOptions:[.withFullDate])self.firstSessionDate = todayFormatted
TelemetryDeck.internalSignal("TelemetryDeck.Acquisition.newInstallDetected",
parameters:["TelemetryDeck.Acquisition.firstSessionDate": todayFormatted])}
The text was updated successfully, but these errors were encountered:
Related to TelemetryDeck/SwiftSDK#225
"New installation" - when the SDK is started and no previous sessions are detected in local storage e.g.
The text was updated successfully, but these errors were encountered: