mixpanel / mixpanel-iphone

Official iOS (Objective-C) Tracking Library for Mixpanel Analytics
http://mixpanel.com
Apache License 2.0
1.05k stars 564 forks source link

Mixpanel().showNotification() throws an EXC_BAD_ACCESS #880

Closed restys closed 4 years ago

restys commented 4 years ago

Xcode 11.3.1

When trying to call Mixpanel().showNotification() after setting showNotificationOnActive = true

error is on Mixpanel.m line 983: dispatch_async(self.serialQueue, ^{ dispatch_async(self.networkQueue, dispatchBlock); });

Tried calling from main thread, background thread and also adding delay. All leads to the same error.

zihejia commented 4 years ago

Hi @restys , would you please share the full error log?

zihejia commented 4 years ago

hi @restys , I'm closing this one now. Please feel free to reopen it by providing more information, like sdk version, ios version, full crash log etc. Thanks!