davide-scalzo/react-native-mixpanel

Does this library implementation requires iOS App tracking transparency permission?

kpnaveen opened this issue · 4 comments

Does this library implementation requires iOS App tracking transparency permission?

@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 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

@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