segmentio / analytics-react-native

The hassle-free way to add analytics to your React-Native app.
https://segment.com/docs/sources/mobile/react-native/
MIT License
354 stars 181 forks source link

Issue found: Violation of User Data policy Google Play's User Data Policy #877

Closed szaichenko26 closed 9 months ago

szaichenko26 commented 9 months ago

When we added your latest build in Play store it was rejected due this warning:

We reviewed SDKs used by your app and found noncompliant version(s) of SDK(s) which collects persistent device identifiers. Persistent device identifiers may not be linked to other personal and sensitive user data or resettable device identifiers.

Issue details

We found an issue in the following area(s):

Version code 387: :
SDK: Segment com.segment.analytics.android:analytics (consider upgrading to version 4.10.1)
oscb commented 9 months ago

Did you recently upgrade to v2? It looks as if it's trying to load the old SDK:

com.segment.analytics.android:analytics

v2 doesn't collect any deviceId by default.

ishansingh2003 commented 8 months ago

I Also upgraded to the latest 2.17** but still same issue. I did a global search in npm module build files, could not find this sdk being mentioned anywhere

sekoyo commented 6 months ago

I have this issue too. Was on 2.13.5 now trying 2.16.1 but don't think it will make a difference. Weirdly I can't find where this dependency is listed anywhere in /android folder or in node_modules/@segment/analytics-react-native :/

We reviewed SDKs used by your app and found noncompliant version(s) of SDK(s) which collects persistent device identifiers. Persistent device identifiers may not be linked to other personal and sensitive user data or resettable device identifiers.

Issue details

We found an issue in the following area(s):

Version code 291:
    SDK: Segment com.segment.analytics.android:analytics (consider upgrading to version 4.10.1)

To bring your app into compliance, follow these steps: You may consider upgrading to a policy-compliant version of this SDK, if available from your SDK provider or removing the SDK.

Segment com.segment.analytics.android:analytics: Consider upgrading to version 4.10.1 of the SDK.