davide-scalzo / react-native-mixpanel

A React Native wrapper for Mixpanel tracking
MIT License
455 stars 195 forks source link

Does this library implementation requires iOS App tracking transparency permission? #271

Open kpnaveen opened 3 years ago

dmarkowski commented 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

kpnaveen commented 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: Screenshot 2021-05-11 at 11 19 32 AM WIll this work as expected?

dwilt commented 3 years ago

@kpnaveen did this end up working for you? We also are trying to use a version of Mixpanel which removes IDFA.

kpnaveen commented 3 years ago

@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