Skip to content

Commit e12b50c

Browse files
committed
Update docs for SDK v2 releases
1 parent d75f2ea commit e12b50c

File tree

7 files changed

+36
-30
lines changed

7 files changed

+36
-30
lines changed

docs/guides/integration-mobile-client-server.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,9 @@ UID2Manager.shared.automaticRefreshEnabled = false
326326
## Optional: UID2 Integration with Prebid Mobile SDK
327327

328328
:::important
329-
The UID2 integration with Prebid Mobile SDK requires version 1.6.0 of the UID2 SDK for Android, or version 1.7.0 of the UID2 SDK for iOS.
329+
The UID2 integration with Prebid Mobile SDK v2 requires version 1.6.0 of the UID2 SDK for Android, or version 1.7.0 of the UID2 SDK for iOS.
330+
331+
If you are using Prebid Mobile SDK v3, version 2.0.0 of the UID2 SDK for Android or iOS is required.
330332
:::
331333

332334
<PrebidMobileSDK />

docs/guides/integration-mobile-client-side.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,9 @@ If the response status indicates that the DII has been opted out of UID2, you mi
737737
## Optional: UID2 Integration with Prebid Mobile SDK
738738
739739
:::important
740-
The UID2 integration with Prebid Mobile SDK requires version 1.6.0 of the UID2 SDK for Android, or version 1.7.0 of the UID2 SDK for iOS.
740+
The UID2 integration with Prebid Mobile SDK v2 requires version 1.6.0 of the UID2 SDK for Android, or version 1.7.0 of the UID2 SDK for iOS.
741+
742+
If you are using Prebid Mobile SDK v3, version 2.0.0 of the UID2 SDK for Android or iOS is required.
741743
:::
742744
743745
<PrebidMobileSDK />

docs/guides/mobile-plugin-gma-android.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ This plugin simplifies integration with Google Mobile Ads (GMA) for any publishe
1818

1919
## Version
2020

21-
<!-- As of 2024-10-23 -->
21+
<!-- As of 2025-08-07 -->
2222

23-
This documentation is for the UID2 GMA Plugin for Android version 1.6.0 and later.
23+
This documentation is for the UID2 GMA Plugin for Android version 2.0.0 and later.
2424

2525
## GitHub Repository
2626

@@ -43,17 +43,17 @@ To run this plugin, install the following:
4343
1. Google Mobile Ads SDK v22.0.0 or later:
4444
- [SDK](https://developers.google.com/admob/android/sdk)
4545
- [Release notes](https://developers.google.com/admob/android/rel-notes)
46-
1. SDK for Android v1.6.0 or later:
46+
1. SDK for Android v2.0.0 or later:
4747
- [SDK](https://central.sonatype.com/artifact/com.uid2/uid2-android-sdk)
4848
- [SDK for Android Reference Guide](../sdks/sdk-ref-android.md)
49-
1. [UID2 Android GMA Plugin v1.6.0](https://central.sonatype.com/artifact/com.uid2/uid2-android-sdk-gma/)
49+
1. [UID2 Android GMA Plugin v2.0.0](https://central.sonatype.com/artifact/com.uid2/uid2-android-sdk-gma/)
5050
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)
5151

5252
## Installation
5353

5454
Prerequisite: Install the Google Mobile Ads SDK and the SDK for Android.
5555

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:
5757

5858
- [Gradle](#gradle)
5959
- [Maven](#maven)
@@ -63,7 +63,7 @@ Install the UID2 Android GMA Plugin v1.6.0 to an existing app with the SDK for A
6363
To install with Gradle, add the SDK as a dependency in the `build.gradle` file:
6464

6565
```js
66-
implementation 'com.uid2:uid2-android-sdk-gma:1.6.0'
66+
implementation 'com.uid2:uid2-android-sdk-gma:2.0.0'
6767
```
6868

6969
### Maven
@@ -74,7 +74,7 @@ To install with Maven, add the SDK as a dependency in the `pom.xml` file:
7474
<dependency>
7575
<groupId>com.uid2</groupId>
7676
<artifactId>uid2-android-sdk-gma</artifactId>
77-
<version>1.6.0</version>
77+
<version>2.0.0</version>
7878
</dependency>
7979
```
8080

docs/guides/mobile-plugin-ima-android.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ This plugin simplifies integration with Google Interactive Media Ads (IMA) for a
1818

1919
## Version
2020

21-
<!-- As of 2024-10-23 -->
21+
<!-- As of 2025-08-07 -->
2222

23-
This documentation is for the UID2 IMA Plugin for Android version 1.6.0 and later.
23+
This documentation is for the UID2 IMA Plugin for Android version 2.0.0 and later.
2424

2525
## GitHub Repository
2626

@@ -43,10 +43,10 @@ To run this plugin, install the following:
4343
1. Google IMA SDK v3.30.3 or later:
4444
- [SDK](https://developers.google.com/interactive-media-ads/docs/sdks/android/client-side)
4545
- [Release history](https://developers.google.com/interactive-media-ads/docs/sdks/android/client-side/history)
46-
1. SDK for Android v1.6.0 or later:
46+
1. SDK for Android v2.0.0 or later:
4747
- [SDK](https://central.sonatype.com/artifact/com.uid2/uid2-android-sdk)
4848
- [SDK for Android Reference Guide](../sdks/sdk-ref-android.md)
49-
1. [UID2 IMA Plugin for Android v1.6.0](https://central.sonatype.com/artifact/com.uid2/uid2-android-sdk-ima)
49+
1. [UID2 IMA Plugin for Android v2.0.0](https://central.sonatype.com/artifact/com.uid2/uid2-android-sdk-ima)
5050
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)
5151

5252
## Installation
@@ -63,7 +63,7 @@ Install the UID2 Android IMA Plugin to an existing app with the SDK for Android
6363
To install with Gradle, add the SDK as a dependency in the `build.gradle` file:
6464

6565
```js
66-
implementation 'com.uid2:uid2-android-sdk-ima:1.6.0'
66+
implementation 'com.uid2:uid2-android-sdk-ima:2.0.0'
6767
```
6868

6969
### Maven
@@ -74,7 +74,7 @@ To install with Maven, add the SDK as a dependency in the `pom.xml` file:
7474
<dependency>
7575
<groupId>com.uid2</groupId>
7676
<artifactId>uid2-android-sdk-ima</artifactId>
77-
<version>1.6.0</version>
77+
<version>2.0.0</version>
7878
</dependency>
7979
```
8080

docs/sdks/sdk-ref-android.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ The steps you'll take in the UID2 Portal are different depending on whether your
5454

5555
## SDK Version
5656

57-
<!-- As of 23 Oct 2024 -->
57+
<!-- As of 2025-08-07 -->
5858

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.
6060

6161
For current and past release notes information, see [https://github.com/IABTechLab/uid2-android-sdk/releases](https://github.com/IABTechLab/uid2-android-sdk/releases).
6262

@@ -98,7 +98,7 @@ To install with Gradle, add the SDK as a dependency in the build.gradle
9898
file:
9999

100100
```js
101-
implementation 'com.uid2:uid2-android-sdk:1.6.0'
101+
implementation 'com.uid2:uid2-android-sdk:2.0.0'
102102
```
103103

104104
### Installing with Maven
@@ -109,7 +109,7 @@ To install with Maven, add the SDK as a dependency in the `pom.xml` file:
109109
<dependency>
110110
<groupId>com.uid2</groupId>
111111
<artifactId>uid2-android-sdk</artifactId>
112-
<version>1.6.0</version>
112+
<version>2.0.0</version>
113113
</dependency>
114114
```
115115

docs/sdks/sdk-ref-ios.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ The steps you'll take in the UID2 Portal are different depending on whether your
5151

5252
## SDK Version
5353

54-
<!-- As of 22 Oct 2024 -->
54+
<!-- As of 2025-08-07 -->
5555

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.
5757

5858
For current and past release notes information, see [https://github.com/IABTechLab/uid2-ios-sdk/releases](https://github.com/IABTechLab/uid2-ios-sdk/releases).
5959

@@ -90,7 +90,7 @@ Add the following dependency to Package.swift:
9090

9191
```js
9292
dependencies: [
93-
.package(url: "https://github.com/IABTechLab/uid2-ios-sdk.git", from: "1.7.0"),
93+
.package(url: "https://github.com/IABTechLab/uid2-ios-sdk.git", from: "2.0.0"),
9494
]
9595
```
9696

@@ -100,14 +100,14 @@ In the XCode user interface, under Package Dependencies, add the following entry
100100

101101
| Name | Location | Dependency Rule |
102102
| :--- | :--- | :--- |
103-
| uid2-ios-sdk | `[email protected]:IABTechLab/uid2-ios-sdk.git` | Up to next major version: 1.7.0 < 2.0.0 |
103+
| uid2-ios-sdk | `[email protected]:IABTechLab/uid2-ios-sdk.git` | Up to next major version: 2.0.0 < 3.0.0 |
104104

105105
### Installing with CocoaPods
106106

107107
Add the following entry in your `Podfile`:
108108

109109
```
110-
pod 'UID2', '~> 1.7'
110+
pod 'UID2', '~> 2.0'
111111
```
112112

113113
## Usage Guidelines

docs/snippets/_mobile_docs_prebid-mobile.mdx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To configure your UID2 Prebid for Mobile integration, follow these steps:
2323
<TabItem value='gradle' label='Gradle (Android)'>
2424
Include the following in your Gradle configuration:
2525
```js
26-
implementation("com.uid2:uid2-android-sdk-prebid:1.6.0")
26+
implementation("com.uid2:uid2-android-sdk-prebid:2.0.0")
2727
```
2828
</TabItem>
2929
<TabItem value='maven' label='Maven (Android)'>
@@ -32,20 +32,22 @@ To configure your UID2 Prebid for Mobile integration, follow these steps:
3232
<dependency>
3333
<groupId>com.uid2</groupId>
3434
<artifactId>uid2-android-sdk-prebid</artifactId>
35-
<version>1.6.0</version>
35+
<version>2.0.0</version>
3636
</dependency>
3737
```
3838
</TabItem>
3939
<TabItem value='cocoapods' label='CocoaPods (iOS)'>
4040
Add the following entry in your `Podfile`:
4141
```js
42-
pod 'UID2Prebid', '~> 1.7'
42+
pod 'UID2Prebid', '~> 2.0'
4343
```
4444
</TabItem>
4545
<TabItem value='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.
47+
48+
```js
49+
https://github.com/IABTechLab/uid2-ios-sdk.git
50+
```
4951
</TabItem>
5052
</Tabs>
5153

0 commit comments

Comments
 (0)