react-native-idfa
react-native-idfa copied to clipboard
Update Documentation Please
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?
@SErvin4390-joinpapa you can use react-native-tracking-transparency to check the permission status or request permission
@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.