fingerprintjs / fingerprintjs-pro-react-native

Official React Native client for Fingerprint PRO. 100% accurate device identification for fraud detection.
https://fingerprint.com
MIT License
61 stars 4 forks source link

Apple Privacy Manifests #117

Closed grgmo closed 7 months ago

grgmo commented 7 months ago

Apple's requirement to document usages of certain Api's is coming into effect May 1. https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api

using scanner tool (here) to scan for usages of these API's/symbols

and there are a couple of results found for FingerprintPro:

NSFileSystemFreeSize
NSFileSystemSize

Is this something the team is aware of? or have an ETA for?

more info here https://github.com/react-native-community/discussions-and-proposals/discussions/776

Edit looks like ios sdk got the update https://github.com/fingerprintjs/fingerprintjs-pro-ios/releases/tag/2.3.2

makma commented 7 months ago

Hey @grgmo, I confirmed with the team that by using the latest version of this project and following the installation of dependencies , the changes from the https://github.com/fingerprintjs/fingerprintjs-pro-ios/releases/tag/2.3.2 will be automatically propagated to your app.

grgmo commented 7 months ago

awesome, happy to close this. Will re-open if any issues.