TelemetryDeck / SwiftSDK

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

Write and load signal cache on background/foreground for iOS as well #36

Closed jazzychad closed 2 years ago

jazzychad commented 2 years ago

App termination is an unreliable way to do background work on iOS. It is more reliable to use background/foreground events (as is already being done in watchOS and tvOS), so moving iOS code to use those paths as well.

Also one quick drive-by typo correction in README

winsmith commented 2 years ago

This looks very good! Thank you very much for that!