Coder Social home page Coder Social logo

Google Play Reject about unity_sdk HOT 3 OPEN

ArnauKokoro avatar ArnauKokoro commented on August 12, 2024
Google Play Reject

from unity_sdk.

Comments (3)

uerceg avatar uerceg commented on August 12, 2024

Hi @ArnauKokoro,

Linked ticket from Unity SDK repo is about rejection from App Store, so not exactly the same as the issue you are facing with (edit: Oh, I just realized that you have opened both tickets, sorry for not realizing that at first. Are we talking in both tickets about the same Unity app you're developing for both platforms?)

Google Play Store kids apps do have strict policies where things like device and advertising identifiers are not allowed to be transmitted. Our SDK offers you a method a method where you can mark your app as Google Play Store kids app and under the hood SDK will ensure that nothing that is not compliant with Google privacy policies when it comes to this type of apps is not being transmitted.

Is your app meant for kids? If yes, have you enabled this setting when configuring Adjust SDK?

Cheers

from unity_sdk.

ArnauKokoro avatar ArnauKokoro commented on August 12, 2024

Hi @uerceg ,

I see this method is not in the version I use. I will update the version and then I will try. Thanks!

from unity_sdk.

uerceg avatar uerceg commented on August 12, 2024

Sounds good, keep us posted how did it go.

And also, if an app is falling into Google Play Store kids category, permission needed for reading advertising identifier should also not be present inside of your app. In case you do have it, by using the method I mentioned above, Adjust SDK will not be reading advertising ID, but Google might not be okay with you even having this permission inside of your app's manifest. In case this permission is being added by default to your app's manifest (our SDK as of last version will be marking this as a permission to be added by default to Android apps, but in case you added SDK before that, it was not marked by default and you have an option in prefab's inspector tab to control if you want to add it or not), you can set it to be explicitly removed from it even if it's being added during the build time. We have a small code snippet in official Android docs which explains you how to do that. I'd make sure to cover that part as well for kids app before re-submitting an update to Play Store.

from unity_sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.