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 has been archived by the owner on Nov 17, 2023. It is now read-only.
@ToyboxZach hi, make fork from this repo, fix this line in index.js:
const instance = new MixpanelInstance(apiToken, optOutTrackingDefault)
to
const instance = new MixpanelInstance(apiToken, optOutTrackingDefault, trackCrashes, automaticPushTracking, launchOptions)
Init MP like this: Mixpanel.sharedInstanceWithToken(TOKEN, false, true, false, null)
I am not sure what changed but my app started running into this issue
mixpanel/mixpanel-iphone#937
And it looks like the solution is to just upgrade the mixpanel pod since this package is depending on 3.6 we need to bump it to 3.9
The text was updated successfully, but these errors were encountered: