You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+44-29
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ To install **extension-admob**, follow these steps:
21
21
3.**Project Configuration** (Add the following code to your **project.xml** file)
22
22
```xml
23
23
<sectionif="cpp">
24
-
<haxelibname="extension-admob"if="mobile" />
24
+
<haxelibname="extension-admob"if="mobile" />
25
25
</section>
26
26
```
27
27
@@ -44,74 +44,89 @@ To configure **extension-admob** for your project, follow these steps:
44
44
45
45
3.**GDPR Consent Management**
46
46
Beginning January 16, 2024, Google requires publishers serving ads in the EEA and UK to use a certified consent management platform (CMP). This extension integrates Google's UMP SDK to display a consent dialog during the first app launch. Ads may not function if the user does not provide consent.
47
+
48
+
3.**Initializing Admob extension**
49
+
If GDPR consent dialog and/or iOS 14+ tracking authorization dialog are required, they are should automatically upon Admob initialization.
0 commit comments