Is my app or its dependencies violating the Android Advertising Id policy?

I’ve just received this message from Google Play but I’m not collecting the Advertising ID. Reason for warning: Violation of Usage of Android Advertising ID policy and section 4.8 of the Developer Distribution Agreement Google Play requires developers to provide a valid privacy policy when the app requests or handles sensitive user or device information. … Read more

Flutter: upgrade the version code for play store

I have published an application on the play store with flutter, now I want to upload a new version of the application. I am trying to change the version code with: flutter build apk –build-name=1.0.2 –build-number=3 or changing the local.properties like this flutter.versionName=2.0.0 flutter.versionCode=2 flutter.buildMode=release but every time I get an error on the play … Read more