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

The goal of this PR is to allow users to inject custom loggers to Mixpanel, so that mixpanel's logs can be send to the same destination used by the host...

As mentioned in [this issue](https://github.com/mixpanel/mixpanel-swift/issues/614) there is no way to time events independent of their name. This is a HUGE issue for any serious user of Mixpanel events because there...

Hey Mixpanel team, I have a question - is it possible to track multiple "time" events withe the same name? Let's imagine that I am working on a "cloud storage"...

Repeated calls to `currentSuperProperties` and `unregisterSuperProperty` can cause a crash. We are seeing this occur frequently in our production app. ``` Thread 22 Crashed: 0 libsystem_kernel.dylib 0x00000001e231dfbc __pthread_kill + 8...

# Description Hello! 👋🏻 We're getting the following crash in production while calling `Mixpanel.mainInstance().registerSuperProperties(...)` on a background thread : ``` Crashed: MSCServiceCoreServer 0 CoreFoundation 0x809fc CFRelease + 32 1 CoreFoundation...

Mixpanel 4.1.4 Issue is happening very frequently for users with this device / iOS: ![image](https://github.com/mixpanel/mixpanel-swift/assets/8989587/a29e9cdd-d33b-428c-871c-debf8c834832) ``` CrashReporter Key: f1cde6d5d111f31ae3d5cd329c8e772f34645e26 Hardware Model: iPhone11,8 Process: xxxx Identifier: xxxx Version: xxxx Role: Foreground...

we are getting the following crash randomly on calling registerSuperProperties. we are calling this from main thread and right after mixpanel initialization. Any help would be appreciated. Crashed: com.mixpanel.globallock EXC_BAD_ACCESS...

Currently the reported model on macOS is something like `arm64` instead of a model identifier I expected. (Like `MacBookPro18,1`.) I suspect this is a bug as iOS and macOS report...

I have create my custom framework and integrated mixpanel in it. When i create xcframework and integrate it in my sample project i'm getting the below crash: dyld: lazy symbol...

Hi. I'm iOS Developer. I want to use mixpanel at Keyboard Extension. I already adopt mixpanel in Keyboard Extension. but No log sending... Is Mixpanel Working With iOS Keyboard Extension?