-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #745 from IABTechLab/ccm-UID2-4063-update-uid2-doc…
…-after-euid-work Update uid2 doc after euid work
- Loading branch information
Showing
18 changed files
with
100 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,9 @@ This plugin simplifies integration with Google Mobile Ads (GMA) for any publishe | |
|
||
## Version | ||
|
||
<!-- As of 2024-04-17 --> | ||
<!-- As of 2024-10-22 --> | ||
|
||
This documentation is for the UID2 GMA Plugin for iOS version 0.3.2 or later. | ||
This documentation is for the UID2 GMA Plugin for iOS version 1.0.0 or later. | ||
|
||
## GitHub Repository | ||
|
||
|
@@ -34,10 +34,10 @@ To run this plugin, install the following: | |
1. Google Mobile Ads SDK v10.7.0 or later: | ||
- [SDK](https://developers.google.com/admob/ios) | ||
- [Release Notes](https://developers.google.com/admob/ios/rel-notes) | ||
1. SDK for iOS v0.3.2 or later: | ||
1. SDK for iOS v1.7.0 or later: | ||
- [SDK](https://github.com/IABTechLab/uid2-ios-sdk) | ||
- [SDK for iOS Reference Guide](../sdks/sdk-ref-ios.md) | ||
1. [UID2 GMA Plugin for iOS v0.3.2](https://github.com/IABTechLab/uid2-ios-plugin-google-gma) | ||
1. [UID2 GMA Plugin for iOS v1.0.0](https://github.com/IABTechLab/uid2-ios-plugin-google-gma) | ||
|
||
## Installation | ||
|
||
|
@@ -57,22 +57,22 @@ Add the following dependency to Package.swift: | |
|
||
```js | ||
dependencies: [ | ||
.package(url: "https://github.com/IABTechLab/uid2-ios-plugin-google-gma.git", exact: "0.3.2") | ||
.package(url: "https://github.com/IABTechLab/uid2-ios-plugin-google-gma.git", exact: "1.0.0") | ||
] | ||
``` | ||
|
||
### Installing with Xcode | ||
|
||
In the XCode user interface, under Package Dependencies, add the following entry for your apps: | ||
|
||
| Name | Location | Dependency Rule | | ||
| :--- | :--- |:----------------------------------------| | ||
| uid2-ios-plugin-google-gma | `[email protected]:IABTechLab/uid2-ios-plugin-google-gma.git` | Exact Version: 0.3.2 | | ||
| Name | Location | Dependency Rule | | ||
| :--- | :--- |:---------------------| | ||
| uid2-ios-plugin-google-gma | `[email protected]:IABTechLab/uid2-ios-plugin-google-gma.git` | Exact Version: 1.0.0 | | ||
|
||
### Installing with CocoaPods | ||
|
||
Add the following entry in your `Podfile`: | ||
|
||
``` | ||
pod 'UID2GMAPlugin', '0.3.2' | ||
pod 'UID2GMAPlugin', '1.0.0' | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,9 @@ This plugin simplifies integration with Google Interactive Media Ads (IMA) for a | |
|
||
## Version | ||
|
||
<!-- As of 2024-04-17 --> | ||
<!-- As of 2024-10-22 --> | ||
|
||
This documentation is for the UID2 IMA Plugin for iOS version 0.3.2 or later. | ||
This documentation is for the UID2 IMA Plugin for iOS version 1.0.0 or later. | ||
|
||
## GitHub Repository | ||
|
||
|
@@ -34,10 +34,10 @@ To run this plugin, install the following: | |
1. Google IMA SDK v3.19.1 or later: | ||
- [SDK](https://developers.google.com/interactive-media-ads/docs/sdks/ios/client-side) | ||
- [Release history](https://developers.google.com/interactive-media-ads/docs/sdks/ios/client-side/history) | ||
1. SDK for iOS v0.3.2 or later: | ||
1. SDK for iOS v1.7.0 or later: | ||
- [SDK](https://github.com/IABTechLab/uid2-ios-sdk) | ||
- [SDK for iOS Reference Guide](../sdks/sdk-ref-ios.md) | ||
1. [UID2 IMA Plugin for iOS v0.3.2](https://github.com/IABTechLab/uid2-ios-plugin-google-ima) | ||
1. [UID2 IMA Plugin for iOS v1.0.0](https://github.com/IABTechLab/uid2-ios-plugin-google-ima) | ||
|
||
## Installation | ||
|
||
|
@@ -57,22 +57,22 @@ Add the following dependency to Package.swift: | |
|
||
```js | ||
dependencies: [ | ||
.package(url: "https://github.com/IABTechLab/uid2-ios-plugin-google-ima.git", exact: "0.3.2") | ||
.package(url: "https://github.com/IABTechLab/uid2-ios-plugin-google-ima.git", exact: "1.0.0") | ||
] | ||
``` | ||
|
||
### Installing with Xcode | ||
|
||
In the XCode user interface, under Package Dependencies, add the following entry for your apps: | ||
|
||
| Name | Location | Dependency Rule | | ||
| :--- | :--- |:----------------------------------------| | ||
| uid2-ios-plugin-google-ima | `[email protected]:IABTechLab/uid2-ios-plugin-google-ima.git` | Exact Version: 0.3.2 | | ||
| Name | Location | Dependency Rule | | ||
| :--- | :--- |:---------------------| | ||
| uid2-ios-plugin-google-ima | `[email protected]:IABTechLab/uid2-ios-plugin-google-ima.git` | Exact Version: 1.0.0 | | ||
|
||
### Installing with CocoaPods | ||
|
||
Add the following entry in your `Podfile`: | ||
|
||
``` | ||
pod 'UID2IMAPlugin', '0.3.2' | ||
pod 'UID2IMAPlugin', '1.0.0' | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,9 +40,9 @@ You'll be granted permission to use specific functions offered by the SDK, and g | |
|
||
## SDK Version | ||
|
||
<!-- As of 7 May 2024 --> | ||
<!-- As of 22 Oct 2024 --> | ||
|
||
This documentation is for the SDK for iOS version 1.2.0 and later. | ||
This documentation is for the SDK for iOS version 1.7.0 or later. | ||
|
||
For current and past release notes information, see [https://github.com/IABTechLab/uid2-ios-sdk/releases](https://github.com/IABTechLab/uid2-ios-sdk/releases). | ||
|
||
|
@@ -57,7 +57,9 @@ This SDK is in the following open-source GitHub repository: | |
Minimum requirements for this SDK are as follows: | ||
|
||
- Xcode version: 15.0+ | ||
- iOS minimum target version: 13.0+ | ||
- iOS minimum target version: | ||
- For full functionality: 13.0+ƒ | ||
- For partial functionality: 12.0+. The app with the SDK integrated can be installed with all devices, but generating or retrieving UID2 tokens on the client side will not work with devices running iOS versions below 13.0. | ||
- tvOS minimum target version: 13.0+ | ||
- Swift version: 5.0+ | ||
|
||
|
@@ -77,7 +79,7 @@ Add the following dependency to Package.swift: | |
|
||
```js | ||
dependencies: [ | ||
.package(url: "https://github.com/IABTechLab/uid2-ios-sdk.git", from: "1.2.0"), | ||
.package(url: "https://github.com/IABTechLab/uid2-ios-sdk.git", from: "1.7.0"), | ||
] | ||
``` | ||
|
||
|
@@ -87,14 +89,14 @@ In the XCode user interface, under Package Dependencies, add the following entry | |
|
||
| Name | Location | Dependency Rule | | ||
| :--- | :--- |:----------------------------------------| | ||
| uid2-ios-sdk | `[email protected]:IABTechLab/uid2-ios-sdk.git` | Up to next major version: 1.2.0 < 2.0.0 | | ||
| uid2-ios-sdk | `[email protected]:IABTechLab/uid2-ios-sdk.git` | Up to next major version: 1.7.0 < 2.0.0 | | ||
|
||
### Installing with CocoaPods | ||
|
||
Add the following entry in your `Podfile`: | ||
|
||
``` | ||
pod 'UID2', '~> 1.2' | ||
pod 'UID2', '~> 1.7' | ||
``` | ||
|
||
## Usage Guidelines | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.