You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
But I'm still getting this non-compliance issue and can't update my app. Any help?
The text was updated successfully, but these errors were encountered:
thealteria
changed the title
Google Play policies non-compliance issue for using android segment version below 4.10.1
Google Play policies non-compliance issue for using android segment analytics version below 4.10.1
Aug 31, 2023
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: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?
The text was updated successfully, but these errors were encountered: