• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Safety data sheet problem on play store

I have uploaded a game made in unity which uses unity ads to the play store. I do not gather any data myself but Unity ads supposedly only gather past purchase history data so I selected that on the safety data sheet and submitted to review and they gave me the following:
Issue details

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

  • SPLIT_BUNDLE 2: 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)

  • Does anyone have any idea what I’m doing wrong please? I’m not sure if it’s something to do with packages I’ve got included in the unity project that I’m not actually using
 
I think Unity ads will not only gather past purchase history data. It must gather Advertising ID as well as Android ID, IMEI or MAC address.
So, you maybe need to declare these in the Safety data sheet if your app includes unity ads SDK.
 
Back
Top Bottom