Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Play Reject #253

Open
ArnauKokoro opened this issue Sep 22, 2022 · 3 comments
Open

Google Play Reject #253

ArnauKokoro opened this issue Sep 22, 2022 · 3 comments

Comments

@ArnauKokoro
Copy link

ArnauKokoro commented Sep 22, 2022

Hi,

Same here on Google Play: #251

Our app got rejected because Families Policy:

Issue with your app
We’ve identified that your app or an SDK in your app transmits device identifier(s) that do not comply with our [Families Policy].
We’ve identified the transmission of the following device identifier(s):
Android Advertising ID

A week before we got approved with Adjust and then just updating a new version of our app we got rejected with this message.
Removing adjust we got approved.

Thanks.

@uerceg
Copy link
Contributor

uerceg commented Sep 22, 2022

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

@ArnauKokoro
Copy link
Author

Hi @uerceg ,

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

@uerceg
Copy link
Contributor

uerceg commented Sep 22, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants