segment-integrations / analytics-android-integration-amplitude

The Amplitude analytics-android integration.
https://segment.com/docs/connections/destinations/catalog/amplitude/
2 stars 6 forks source link

Segment version needs to be upgraded to comply with "Non-compliant SDK version" Google Play console warning #60

Closed JoshHughes-Nutmeg closed 2 years ago

JoshHughes-Nutmeg commented 2 years ago

For our app, we are current receiving the following warning from Google Play console:

Your app XXX.XXX.XXX version code XXX includes SDK com.segment.analytics.android:analytics, 4.3.1 or an SDK that one of your libraries depends on, which collects personal or sensitive data that includes but may not be limited to Advertising ID, Android ID identifiers. Persistent device identifiers may not be linked to other personal and sensitive user data or resettable device identifiers as described in the user data policy.

Starting from 9 August 2022 midnight (UTC), new app releases containing the SDK version(s) that do not comply with the user data policy may be blocked from release. You may consider moving to another SDK, removing this SDK, or if available from your SDK provider, upgrading to a policy-compliant version of this SDK that does not include the violating code.

According to the information provided by your SDK provider, you may consider upgrading to 4.10.1. Please consult the SDK provider for further information.

ACTION REQUIRED: Upload a new compliant version AND deactivate the non-compliant version.

We've identified this library as using version 4.3.1. Could this be upgraded to 4.10.1 please.