Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

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

Open
kpnaveen opened this issue Apr 29, 2021 · 4 comments

Comments

@kpnaveen
Copy link

No description provided.

@dmarkowski
Copy link

@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
Copy link
Author

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

dwilt commented Jun 9, 2021

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

@kpnaveen
Copy link
Author

kpnaveen commented Jun 9, 2021

@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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants