I get This Alert from google console for My app that made in Unity 2019.4.5f1 what should I do To Fix This ?
( Your app ***** version code ** includes SDK com.my.tracker:mytracker-sdk or an SDK that one of your libraries depends on, which collects personal or sensitive data that includes but may not be limited to Advertising ID, Android ID, Device Wifi MAC identifiers. Persistent device identifiers may not be linked to other personal and sensitive user data or resettable device identifiers as described in the User Data policy.
Starting from November 6, 2022 midnight (UTC), new app releases containing the SDK version(s) that do not comply with the User Data policy may be blocked from release. You may consider upgrading to a policy-compliant version of this SDK that does not include the violating code if available from your SDK provider, or removing this SDK from your app.
ACTION REQUIRED: Upload a new compliant version AND deactivate the noncompliant version.
Read through the User Data policy for more details, and how to submit an updated app for review here.
If you've reviewed the policy and feel our decision may have been in error, please reach out to our policy support team. ) Thanks.
CodePudding user response:
are you using MyTarget SDK or any mediation that implement MyTarget SDK? MyTarget SDK depend on MyTracker SDK that causes the issue. Your app has to update MyTracker SDK to v3.0.9 or higher.
- If your app only implement MyTarget SDK, then check if the current version of your MyTarget SDK depend on MyTracker v3.0.9 or higher. Check here: https://mvnrepository.com/artifact/com.my.target/mytarget-sdk, if it writes [3.0.0,3.1.0) then resync dependencies to update to the newest version of MyTracker; if not then update MyTarget to a new version.
- If your app implement MyTracker SDK then update to the newest version of MyTracker.
Relevant GitHub issue page: https://github.com/myTargetSDK/mytarget-android/issues/18
CodePudding user response:
First, make sure you are using the latest version of My Tracker SDK after updating it try to upload your app again on the play store and see if that fixes your issue, if not then continue with other fixes mentioned in this answer.
You need to update the privacy and security information
for your app on Play Store. My Tracker
created a checklist(Check the second point in this checklist) that you can follow to successfully integrate it and release your app on Play Store and App store.
Use Full Links: