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
1. If you are using R8 or Proguard, add the applicable option specified in [Notes for Using R8 or ProGuard](#notes-for-using-r8-or-proguard)
51
51
52
52
## Installation
53
53
54
54
Prerequisite: Install the Google Mobile Ads SDK and the SDK for Android.
55
55
56
-
Install the UID2 Android GMA Plugin v1.6.0 to an existing app with the SDK for Android and Google GMA SDK installed. There are two installation options:
56
+
Install the UID2 Android GMA Plugin v2.0.0 to an existing app with the SDK for Android and Google GMA SDK installed. There are two installation options:
57
57
58
58
-[Gradle](#gradle)
59
59
-[Maven](#maven)
@@ -63,7 +63,7 @@ Install the UID2 Android GMA Plugin v1.6.0 to an existing app with the SDK for A
63
63
To install with Gradle, add the SDK as a dependency in the `build.gradle` file:
Copy file name to clipboardExpand all lines: docs/sdks/sdk-ref-android.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,9 +54,9 @@ The steps you'll take in the UID2 Portal are different depending on whether your
54
54
55
55
## SDK Version
56
56
57
-
<!-- As of 23 Oct 2024-->
57
+
<!-- As of 2025-08-07-->
58
58
59
-
This documentation is for the SDK for Android version 1.6.0 and later.
59
+
This documentation is for the SDK for Android version 2.0.0 and later.
60
60
61
61
For current and past release notes information, see [https://github.com/IABTechLab/uid2-android-sdk/releases](https://github.com/IABTechLab/uid2-android-sdk/releases).
62
62
@@ -98,7 +98,7 @@ To install with Gradle, add the SDK as a dependency in the build.gradle
98
98
file:
99
99
100
100
```js
101
-
implementation 'com.uid2:uid2-android-sdk:1.6.0'
101
+
implementation 'com.uid2:uid2-android-sdk:2.0.0'
102
102
```
103
103
104
104
### Installing with Maven
@@ -109,7 +109,7 @@ To install with Maven, add the SDK as a dependency in the `pom.xml` file:
Copy file name to clipboardExpand all lines: docs/sdks/sdk-ref-ios.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,9 +51,9 @@ The steps you'll take in the UID2 Portal are different depending on whether your
51
51
52
52
## SDK Version
53
53
54
-
<!-- As of 22 Oct 2024-->
54
+
<!-- As of 2025-08-07-->
55
55
56
-
This documentation is for the SDK for iOS version 1.7.0 or later.
56
+
This documentation is for the SDK for iOS version 2.0.0 or later.
57
57
58
58
For current and past release notes information, see [https://github.com/IABTechLab/uid2-ios-sdk/releases](https://github.com/IABTechLab/uid2-ios-sdk/releases).
59
59
@@ -90,7 +90,7 @@ Add the following dependency to Package.swift:
@@ -32,20 +32,22 @@ To configure your UID2 Prebid for Mobile integration, follow these steps:
32
32
<dependency>
33
33
<groupId>com.uid2</groupId>
34
34
<artifactId>uid2-android-sdk-prebid</artifactId>
35
-
<version>1.6.0</version>
35
+
<version>2.0.0</version>
36
36
</dependency>
37
37
```
38
38
</TabItem>
39
39
<TabItemvalue='cocoapods'label='CocoaPods (iOS)'>
40
40
Add the following entry in your `Podfile`:
41
41
```js
42
-
pod 'UID2Prebid', '~> 1.7'
42
+
pod 'UID2Prebid', '~> 2.0'
43
43
```
44
44
</TabItem>
45
45
<TabItemvalue='spm'label='SPM (iOS)'>
46
-
:::warning
47
-
Integration via Swift Package Manager is not supported until it is supported by the Prebid Mobile SDK itself. For details, see [Prebid's Mobile SDK documentation](https://docs.prebid.org/prebid-mobile/pbm-api/ios/code-integration-ios.html#swift-pm).
48
-
:::
46
+
In the XCode user interface, under Package Dependencies, add the following url and choose to add `UID2Prebid` to your target.
0 commit comments