react-native-idfa icon indicating copy to clipboard operation
react-native-idfa copied to clipboard

Update Documentation Please

Open SErvin4390-joinpapa opened this issue 3 years ago • 2 comments

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 avatar Apr 15 '21 19:04 SErvin4390-joinpapa

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

pclacs avatar May 13 '21 07:05 pclacs

@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.

SErvin4390-joinpapa avatar May 13 '21 13:05 SErvin4390-joinpapa