SwiftSDK
SwiftSDK copied to clipboard
Swift SDK for TelemetryDeck, a privacy-conscious analytics service for apps and websites.
I found and used this method for checking if we're running for SwiftUI previews [here](https://stackoverflow.com/a/61741858/3451975). I made sure to order the `if` checks so that the performance when running in...
When working on my macOS application, which has some TelemetryDeck analytics events being sent on the [TCA](https://github.com/pointfreeco/swift-composable-architecture) reducer layer, I received this error while trying to edit a SwiftUI view...
Obviously needs the tests fixing.
I was just looking over the code and noticed it doesn't check whether the network is up before sending events. It might be a good idea to configure the session...
Some users might want to reduce the default payloads due to privacy concerns.
Add support for [metric kit](https://developer.apple.com/documentation/metrickit/) as signals.
Observed: Telemetry uses print-logging. Expected: `os_log` is the modern recommended way of logging. Consider using that. https://developer.apple.com/documentation/os/logging/generating_log_messages_from_your_code
# Description I have code which is shared between iOS app, iOS Widget and WatchOS app - but I can't see how to differentiate between the code running as an...
`Signal#isAppStore` seems to be wrong in the latest release - it checks for the app store receipt and only returns true if it is named 'sandboxReceipt' which is only the...