TelemetryDeck / SwiftSDK

Swift SDK for TelemetryDeck, a privacy-conscious analytics service for apps and websites.
https://telemetrydeck.com/
Other
155 stars 32 forks source link

Default `newSessionBegan` signal doesn't fire when app starts #56

Closed dvkch closed 2 years ago

dvkch commented 2 years ago

Tested on iOS 15.4, with TelemetryDeck 1.1.6 : it seems the default signal is sent only when the notification UIApplication.willEnterForegroundNotification is received, but that one doesn't seem to be posted on app startup. Is this intended behavior ?

winsmith commented 2 years ago

This is intended behaviour for now, because our tutorials show you how to send a signal when the app launches. I realise that this is not very consistent behaviour however, and we'll rethink this in our next major version of the SDK.

dvkch commented 2 years ago

Alright, thank you for the clarification :)