-
Notifications
You must be signed in to change notification settings - Fork 73
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
Apple rejects our app because of how consent is managed in the AdMob plugin #297
Comments
The Google Consent should not be presented when the user asks app not to track. You should only call the consent pop up when user allows tracking. |
When I did it was approved by Apple. It still feels a bit odd that do not track means do not ask consent. |
For me readme is a bit confusing. Also in the documentation method says: So based on Apple rejecting apps because tracking transparency request is required. I would say that the initialize explanation on the README is deprecated because is using requestTrackingAuthorization Is this correct? |
Im totally agree. It seems that it is only required to use the UMP Consent but this way Apple will reject your app. Maybe a mixed solution is to, first request tracking and then, if accepted, show consent form. |
This sounds like an App implementation problem, am I right? |
Describe the bug
Apple tells us that they choose "Ask app not to track"
Then they still got the Google consent popup
They state:
I am wondering if this is a bug or that I have to manage this in some way (If so, I am quite curious how).
To Reproduce
Follow the instructions in the readme
Expected behavior
If I choose "Ask app not to track" then do not show consent window and tell AdMob there is no consent.
The text was updated successfully, but these errors were encountered: