Mixpanel().showNotification() throws an EXC_BAD_ACCESS
Closed this issue · 2 comments
restys commented
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.