la-haus / flutter-segment

Segment.io library for flutter
MIT License
22 stars 138 forks source link

Google Play policies non-compliance issue for using android segment analytics version below 4.10.1 #89

Open thealteria opened 11 months ago

thealteria commented 11 months ago

We are using the flutter_segment v3.13.1 in our app and while updating the app it got rejected saying that the segment version we are using does not comply with Google's privacy policy:

We found an issue in the following area(s):
SDK: Segment com.segment.analytics.android:analytics (consider upgrading to version 4.10.1)

Additionally, follow these steps to bring your app into compliance:

You may consider upgrading to a policy-compliant version of this SDK, if available from your SDK provider or removing the SDK.
According to the information provided by your SDK provider, you may consider upgrading to version 4.10.1. Google is not endorsing or recommending any third-party software. Please consult the SDK provider for further information.

I check the segments.analytics version in build.gradle file and it's already v 4.10.4: implementation 'com.segment.analytics.android:analytics:4.10.4' Link of the file: https://github.com/la-haus/flutter-segment/blob/master/android/build.gradle

But I'm still getting this non-compliance issue and can't update my app. Any help?