ptomasroos / react-native-idfa

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

Update Documentation Please #64

Open SErvin4390-joinpapa opened 3 years ago

SErvin4390-joinpapa commented 3 years ago

Hello,

The react-native-idfa documentation is a bit unclear regarding the Permissions for iOS 14.

Would it be possible to update the README.md to include how to get the permissions? I had to install an additional library into my project to do so.

Alternatively, can this library itself maybe eventually also include the permissions request?

pclacs commented 3 years ago

@SErvin4390-joinpapa you can use react-native-tracking-transparency to check the permission status or request permission

SErvin4390-joinpapa commented 3 years ago

@pclacs I figured that out- the point I am making is that the README should include the fact that this library doesn't ask for the permissions itself, and you have to find a library that does. I spent several hours troubleshooting trying to figure out why the permissions request wasn't popping up until I did some deeper research.