react-native-mixpanel icon indicating copy to clipboard operation
react-native-mixpanel copied to clipboard

Does this library implementation requires iOS App tracking transparency permission?

Open kpnaveen opened this issue 3 years ago • 4 comments

kpnaveen avatar Apr 29 '21 13:04 kpnaveen

@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

dmarkowski avatar May 06 '21 06:05 dmarkowski

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

kpnaveen avatar May 11 '21 05:05 kpnaveen

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

dwilt avatar Jun 09 '21 15:06 dwilt

@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 avatar Jun 09 '21 16:06 kpnaveen