mixpanel / mixpanel-iphone

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

Undocumented breaking change regarding "automaticPushTracking" #992

Closed blueworlds1 closed 2 years ago

blueworlds1 commented 2 years ago

Integration Method: CocoaPods Xcode Version: 13 Library Version: 4.1.5 Platform: iOS Language: Swift Description: Undocumented breaking change in init method Expected Behavior:

In the version of mixpanel we currently use, 3.9.0 we use the init method Mixpanel.sharedInstance(withToken: apiKey, launchOptions: [:], trackCrashes: false, automaticPushTracking: true)

In 4.1.5 automaticPushTracking has been removed but I can't find any documentation on this breaking change - nor do your api docs give older versions https://mixpanel.github.io/mixpanel-iphone/Classes/Mixpanel.html so it is unclear what setting this property to true used to do and what the equivalent now is.

jaredmixpanel commented 2 years ago

@blueworlds1 Mixpanel deprecated and removed all of its Messaging & Experiments functionality last year. We no longer do anything with push notifications so there is no equivalent. All Messaging related functionality was removed in 4.0.0