-
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
trackingAuthorizationStatus() returns incorrect value #288
Comments
What this plugin is doing is simple and probably caused by AdMob's libraries. https://github.com/capacitor-community/admob/blob/master/ios/Plugin/Plugin.swift#L157-L173 We have just released v5.2.0 with the latest library update, so please check if it still occurs. Thanks. |
I updated readme example: https://github.com/capacitor-community/admob#initialize-admob Please try by use v5.3.0 |
Hi @rdlabo Here is explained that showConsentForm launch the tracking transparency request if we have implemented in Admob IDF Explainer: 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? |
what is the process ??
or
or just
|
Describe the bug
Calling
trackingAuthorizationStatus()
returnsauthorized
even when tracking is disabled on my iPhone entirelyTo Reproduce
Privacy & Security
Tracking
Allow Apps to Request to Track
authorized
Expected behavior
Globally disabling the ability to ask for permission to track should result in
trackingAuthorizationStatus()
returningdenied
(or any other status that is different thanauthorized
)Screenshots
Smartphone:
The text was updated successfully, but these errors were encountered: