diff --git a/docs/guides/mobile-plugin-gma-ios.md b/docs/guides/mobile-plugin-gma-ios.md index c153f8e86..b6d5ee67b 100644 --- a/docs/guides/mobile-plugin-gma-ios.md +++ b/docs/guides/mobile-plugin-gma-ios.md @@ -18,9 +18,21 @@ This plugin simplifies integration with Google Mobile Ads (GMA) for any publishe ## Version - + -This documentation is for the UID2 GMA Plugin for iOS version 1.0.0 or later. +This documentation is for the UID2 GMA Plugin for iOS version 3.1.0 or later. + +### Version compatibility + +The following table shows which versions of the UID2 GMA Plugin for iOS are compatible with each version of the Google Mobile Ads SDK and the UID2 SDK for iOS. + +| GMA Plugin Version | GMA SDK Version | UID2 SDK for iOS Version | +| :--- | :--- | :--- | +| 3.1.0 (latest) | 13.x | 1.7.0 – 3.x | +| 3.0.0 – 3.0.2 | 13.x | 1.7.0 – 2.x | +| 2.0.0 – 2.0.2 | 12.x | 1.7.0 – 1.x | +| 1.0.0 – 1.0.1 | 10.7.0 – 11.x | 1.7.0 – 1.x | +| 0.3.0 – 0.4.0 | 10.7.0 – 11.x | 0.2.0 – 1.x | ## GitHub repository @@ -40,13 +52,13 @@ The steps you'll take in the UID2 Portal are different depending on whether your To run this plugin, install the following: -1. Google Mobile Ads SDK v10.7.0 or later: +1. Google Mobile Ads SDK v13.0.0 or later: - [SDK](https://developers.google.com/admob/ios) - [Release Notes](https://developers.google.com/admob/ios/rel-notes) 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 v1.0.0](https://github.com/IABTechLab/uid2-ios-plugin-google-gma) +1. [UID2 GMA Plugin for iOS v3.1.0](https://github.com/IABTechLab/uid2-ios-plugin-google-gma) ## Installation @@ -66,7 +78,7 @@ Add the following dependency to Package.swift: ```js dependencies: [ - .package(url: "https://github.com/IABTechLab/uid2-ios-plugin-google-gma.git", exact: "1.0.0") + .package(url: "https://github.com/IABTechLab/uid2-ios-plugin-google-gma.git", from: "3.1.0") ] ``` @@ -76,12 +88,12 @@ In the Xcode user interface, under Package Dependencies, add the following entry | Name | Location | Dependency Rule | | :--- | :--- | :--- | -| uid2-ios-plugin-google-gma | `git@github.com:IABTechLab/uid2-ios-plugin-google-gma.git` | Exact Version: 1.0.0 | +| uid2-ios-plugin-google-gma | `git@github.com:IABTechLab/uid2-ios-plugin-google-gma.git` | Exact Version: 3.1.0 | ### Installing with CocoaPods Add the following entry in your `Podfile`: ``` -pod 'UID2GMAPlugin', '1.0.0' +pod 'UID2GMAPlugin', '3.1.0' ``` diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/guides/mobile-plugin-gma-ios.md b/i18n/ja/docusaurus-plugin-content-docs/current/guides/mobile-plugin-gma-ios.md index f920c2e13..a70b6bebe 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/guides/mobile-plugin-gma-ios.md +++ b/i18n/ja/docusaurus-plugin-content-docs/current/guides/mobile-plugin-gma-ios.md @@ -18,9 +18,21 @@ UID2 Google Mobile Ads (GMA) Plugin for iOS は、[Google Mobile Ads (GMA) SDK]( ## Version - + -このドキュメントは UID2 GMA Plugin for iOS バージョン 1.0.0 以降用です。 +このドキュメントは UID2 GMA Plugin for iOS バージョン 3.1.0 以降用です。 + +### Version compatibility + +以下の表は、UID2 GMA Plugin for iOS の各バージョンと、Google Mobile Ads SDK および UID2 SDK for iOS の互換性を示しています。 + +| GMA Plugin バージョン | GMA SDK バージョン | UID2 SDK for iOS バージョン | +| :--- | :--- | :--- | +| 3.1.0 (最新) | 13.x | 1.7.0 – 3.x | +| 3.0.0 – 3.0.2 | 13.x | 1.7.0 – 2.x | +| 2.0.0 – 2.0.2 | 12.x | 1.7.0 – 1.x | +| 1.0.0 – 1.0.1 | 10.7.0 – 11.x | 1.7.0 – 1.x | +| 0.3.0 – 0.4.0 | 10.7.0 – 11.x | 0.2.0 – 1.x | ## GitHub repository @@ -40,13 +52,13 @@ UID2 Portal で実行する手順は、実装が Client-Side、Client-Server、S このプラグインを実行するには、以下をインストールします: -1. Google Mobile Ads SDK v10.7.0 or later: +1. Google Mobile Ads SDK v13.0.0 or later: - [SDK](https://developers.google.com/admob/ios) - [Release Notes](https://developers.google.com/admob/ios/rel-notes) 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 v1.0.0](https://github.com/IABTechLab/uid2-ios-plugin-google-gma) +1. [UID2 GMA Plugin for iOS v3.1.0](https://github.com/IABTechLab/uid2-ios-plugin-google-gma) ## Installation @@ -66,7 +78,7 @@ Package.swift に次の依存関係を追加します: ```js dependencies: [ - .package(url: "https://github.com/IABTechLab/uid2-ios-plugin-google-gma.git", exact: "1.0.0") + .package(url: "https://github.com/IABTechLab/uid2-ios-plugin-google-gma.git", from: "3.1.0") ] ``` @@ -76,12 +88,12 @@ Xcode ユーザーインターフェースで、パッケージ依存関係の | Name | Location | Dependency Rule | | :--- | :--- | :--- | -| uid2-ios-plugin-google-gma | `git@github.com:IABTechLab/uid2-ios-plugin-google-gma.git` | Exact Version: 1.0.0 | +| uid2-ios-plugin-google-gma | `git@github.com:IABTechLab/uid2-ios-plugin-google-gma.git` | Exact Version: 3.1.0 | ### Installing with CocoaPods `Podfile` に次のエントリを追加します: ``` -pod 'UID2GMAPlugin', '1.0.0' +pod 'UID2GMAPlugin', '3.1.0' ```