Open kpnaveen opened 3 years ago
@kpnaveen If you have a problems with App tracking transparency use 1.2.5 version of this repo and try to update your cocoapods repository since from SDK 3.6.2 mixpanel removes IFA/IDFA
Thanks for the reply @dmarkowski I updated the library to 1.2.5. Then in the podfile.lock, the Mixpanel version was 3.6.0. So I manually changed 3.6.0 to 3.6.2 and after yarn and pod install. podfile.lock looks like: WIll this work as expected?
@kpnaveen did this end up working for you? We also are trying to use a version of Mixpanel which removes IDFA.
@kpnaveen did this end up working for you? We also are trying to use a version of Mixpanel which removes IDFA.
I didn't check.
v1.2.5 uses Mixpanel 3.6.0 in iOS and I tried patching and changed to 3.6.2 in the podspec. I believe it is working properly. I have checked the part saying After you call reset, Mixpanel generates a new distinct_id by default
mentioned in the 3.6.2 release note and it seems working
@kpnaveen If you have a problems with App tracking transparency use 1.2.5 version of this repo and try to update your cocoapods repository since from SDK 3.6.2 mixpanel removes IFA/IDFA