mixpanel-swift icon indicating copy to clipboard operation
mixpanel-swift copied to clipboard

Official iOS (Swift) Tracking Library for Mixpanel Analytics

Results 35 mixpanel-swift issues
Sort by recently updated
recently updated
newest added

Thanks for this open-sourced library! In the case of performing very small tasks, performing GCD takes a pretty large cost rather than actual operation inside the critical scope. So I...

it seems there is no subclass of MixpanelManager. We could mark `final` attribute for it. Which probably gains performance. Rather than that, readability will gain because we could notice this...

I recently hit a runtime error in our project. A bit about my environment. Minimum deployment target: iOS 14.3 Dependency installed via SPM Mixpanel version 3.4.0 The error in question...

Please let me know when Privacy Manifest will be supported. Apple has declared that this support will become required in the spring of 2024. Thank you in advance. https://developer.apple.com/documentation/bundleresources/privacy_manifest_files

**Integration Method:** SPM **Xcode Version:** 14.1.0 **Library Version:** 4.0.4 **Platform:** iOS **Language:** Swift **Description:** We got lots of crashes using the 4.0.4 release on `FlushRequest.sendRequest(_:type:useIP:completion:)`: The raw stack trace: -...

I wanted to track some things in my Widget built in SwiftUI. I apologize if this has already been answered, I did not find the answer online. Thanks in advance!...

Changes: - Added support for custom `header` and `query items` parameter. - New struct called `ProxyServerConfig` which takes in proxy server url and a delegate(`MixpanelProxyServerDelegate`). - `MixpanelProxyServerDelegate` can be used...

Generally speaking the fewer URLSession's the better, and some apps need to go beyond URLSession.shared to access advanced configuration that benefits their use case. Currently, inside Network.swift tasks are queued...

feature