ptomasroos / react-native-idfa

React native module to get advertising identifier IDFA on IOS + Android
MIT License
82 stars 69 forks source link

Getting null IDFA #54

Closed ahmetsozkesen closed 4 years ago

ahmetsozkesen commented 4 years ago

This PR fixes getting null IDFA issue on iOS 14. App Tracking Transparency is a must for iOS 14 and above otherwise getIDFA() will keep returning null.

Related issues:

Getting NULL IDFA #33 Getting null when calling the idfa #47

ptomasroos commented 4 years ago

Perfect, thank you for looking into this!