docs/privacy-section - #69
Conversation
|
Good job done here, but i found some inaccuracies: Line 483 is wrong. AsyncStorage declares NSPrivacyAccessedAPICategoryFileTimestamp / C617.1, not UserDefaults / CA92.1. It stores files on iOS, not NSUserDefaults. CA92.1 comes from expo-constants and expo-localization. IP address is missing entirely. Read from headers in /api/link/click, /api/link/universal-link-click, and /api/link/match-link; stored in clicks.ip plus a second copy in matched_device; highest weight in the matcher (ipExact: 500). Our privacy policy already discloses it, so the README contradicts it. Lines 468/509 — app_open is automatic. DetourProvider fires it with the device ID on every cold start. Not opt-in, as the wording implies. Line 469 — clipboard content is stored, not just sent (persisted in matched_device). That's what justifies the Yes answer. Also this readme section will need to be rewritten soon after we implements our future sdk changes, so maybe we should wait and update it together? |
No description provided.