Android Question Issue found: Invalid Data safety form

ilan

Expert
Licensed User
Longtime User
hi,

i am getting this msg in my dev console.

i am using those libs:

1735157688717.png


which lib is using:

com.google.android.gms:play-services-measurement-impl ??

any idea what i could do to fix this issue??

thanx

Issue found: Invalid Data safety form​

We reviewed your app’s Data safety form in Play Console and found discrepancies between it and how the app collects and shares user data. All apps are required to complete an accurate Data safety form that discloses their data collection and sharing practices - this is required even if your app does not collect any user data.

We detected user data transmitted off device that you have not disclosed in your app’s Data safety form as user data collected.

You must ensure that your app’s Data safety section accurately reflects your app’s data collection, sharing, and handling practices. This includes data collected and handled through any third-party libraries or SDKs used in your app. When available, we’ve included details on SDKs that contain code similar to the code in your APK that may be sending user data off device. You can check if your app uses any of these SDKs, but note that this list of SDKs may not be exhaustive. You must review and account for all data collected and shared by your app.

Issue details

We found an issue in the following area(s):

  • Version code 97: Policy Declaration - Data Safety Section: Device Or Other IDs Data Type - Device Or Other IDs (some common examples may include Advertising ID, Android ID, IMEI, BSSID, MAC address), Possible SDKs: com.google.android.gms:play-services-measurement-impl
To bring your app into compliance, follow these steps:

  • com.google.android.gms:play-services-measurement-impl com.google.android.gms:play-services-measurement-impl: Consider upgrading to a policy-compliant version of the SDK if available from your SDK provider, or removing the SDK.
 

mcqueccu

Well-Known Member
Licensed User
Longtime User
FirebaseAdmob2
Google play app billing

Solution:
Goto the data safety policy, choose your app collect data, then under type of data collected look for third party advertising ID (it should be under personal informations section).

Also for the use of the data collected, choose it's only for advertising purposes and the app can work without such data.
 
Upvote 0
Top