-
Notifications
You must be signed in to change notification settings - Fork 3
Flurry add Ad dependency #21
Comments
In your app's dependency, do not include the following libraries, it should resolve your issue.
|
This is sample project for issue
|
When apps have the dependency of Flurry does not provide any AD features, or force apps to include the @shumidub Does Play Console show warning "Ad SDK found" prevent the ability to publish apps in the Play store? |
Warning "Ad SDK found" can affect ASO optimisation |
Analytics use: The advertising identifier may only be connected to personally-identifiable information or associated with any persistent device identifier (for example: SSAID, MAC address, IMEI, etc.) with the explicit consent of the user https://support.google.com/googleplay/android-developer/answer/10808976?hl=en |
I want to disable collecting ads id from my application for my peace of mind |
And I want to remove com.google.android.gms:play-services-ads-identifier dependency from my app to hide "Ads warning" in the Play Console |
@shumidub Do you still have issue for using the latest 13.1.0 release? Flurry SDK is reduced the dependencies. |
Flurry doesn't use reflection to determine the availability of This means if Thanks for the hint above - I'll work on stripping the base dependency out of our frozen dependency file, but including play-services-base as a direct dependency probably shouldn't result in an analytics SDK accessing an advertising id. |
@thisisatestuseraccount We will investigate it. Thanks! |
@thisisatestuseraccount @shumidub Fix will be available in the next release. Thanks! |
Good afternoon, and in what version is the fix? |
@shumidub @thisisatestuseraccount
|
When I'm usingcom.flurry.android:analytics:12.11.0 package com.google.android.gms.ads.identifier.AdvertisingIdClient appears into my apk. And Play Console show warning "Ad SDK found"
I want to have a way to use firebase analytics without AD SDK.
Without flurry sdk my apk haven't ads sdk
The text was updated successfully, but these errors were encountered: