-
Notifications
You must be signed in to change notification settings - Fork 71
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
Comments
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 Is your app meant for kids? If yes, have you enabled this setting when configuring Adjust SDK? Cheers |
Hi @uerceg , I see this method is not in the version I use. I will update the version and then I will try. Thanks! |
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. |
Hi,
Same here on Google Play: #251
Our app got rejected because Families Policy:
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.
The text was updated successfully, but these errors were encountered: