You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2019. It is now read-only.
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).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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).
The text was updated successfully, but these errors were encountered: