ptomasroos/react-native-idfa

IOS 14 empty IDFA

blackmckey opened this issue · 4 comments

Hello, I just found out that my IDFA in IOS 14 is empty from getIDFA() and I already done extra steps for IOS 14 the Track permission prompt show and granted but idfa still empty from the function. How can I workaround this issue please suggest

Thank you

Hi @blackmckey I'm facing the same problem. I have you found a solution to this?

Still an issue as of April 29, 2021

I got bit by the same problem and just wanted to give y'all a heads up that the code in master works, but the latest release 4.1.0 is about two years older than the latest commit. Out of laziness I ended up just copying the relevant file out of this project into mine, but all it'd take is a release to get this repo working again.

To help others. I found that aia-react-native-idfa which is available in npm uses the latest version of this repository. If you use 4.1.0 of this repository (not the source), then the idfa will be all zeros due to a bug. The aia- version uses the latest version of the source which fixes the problem. So if you cannot do what @CoreyLoose did, then use the aia version and npm.