Trackable icon indicating copy to clipboard operation
Trackable copied to clipboard

Compatibility with Mixpanel-swift

Open timgcarlson opened this issue 7 years ago • 0 comments

Mixpanel-swift uses a protocol called MixpanelType for the values in the properties dictionary. This doesn't work with Trackable's trackEventToRemoteServiceClosure since that expects AnyObject as it's value.

I have yet to find a workaround that doesn't involve modifying the Trackable library, so in the meantime Trackable is only useable with the Mixpanel's Objective-C library (as far as I know).

timgcarlson avatar Jun 29 '17 21:06 timgcarlson