From 86db220fa496e559b0ff30059c01d4d02ed023a6 Mon Sep 17 00:00:00 2001 From: genwhittTTD Date: Thu, 7 Nov 2024 16:44:52 -0500 Subject: [PATCH 1/3] edits pending CM --- docs/guides/integration-mobile-client-server.md | 2 +- docs/guides/integration-mobile-client-side.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/guides/integration-mobile-client-server.md b/docs/guides/integration-mobile-client-server.md index 67f769e52..b59315906 100644 --- a/docs/guides/integration-mobile-client-server.md +++ b/docs/guides/integration-mobile-client-server.md @@ -51,7 +51,7 @@ You'll need to complete the following steps: This guide provides instructions for using either of these UID2 mobile SDKs: - SDK for Android (version 1.6.0 or later) -- SDK for iOS(version 1.7.0 or later) +- SDK for iOS (version 1.7.0 or later) For instructions for installing the correct SDK/version into your mobile app, see [Add the UID2 Mobile SDK to Your Mobile App](#add-the-uid2-mobile-sdk-to-your-mobile-app). diff --git a/docs/guides/integration-mobile-client-side.md b/docs/guides/integration-mobile-client-side.md index 8a9181ee2..bf16ab7e9 100644 --- a/docs/guides/integration-mobile-client-side.md +++ b/docs/guides/integration-mobile-client-side.md @@ -52,7 +52,7 @@ To integrate with UID2 client-side, you'll need to complete the following steps: This guide provides instructions for using either of these UID2 mobile SDKs: - SDK for Android (version 1.6.0 or later) -- SDK for iOS(version 1.7.0 or later) +- SDK for iOS (version 1.7.0 or later) For instructions for installing the correct SDK/version into your mobile app, see [Add the UID2 Mobile SDK to Your Mobile App](#add-the-uid2-mobile-sdk-to-your-mobile-app). @@ -67,7 +67,7 @@ Follow the applicable instructions, for Android or iOS: 1. Check out the main branch of the [SDK for Android source code repository on GitHub](https://github.com/IABTechLab/uid2-android-sdk/tree/main). 1. In Android Studio (check the version required in the [Minimum Requirements](../sdks/sdk-ref-android.md#minimum-requirements) section in the SDK for Android Reference Guide), open the directory that you checked out. -1. set `uid2_environment_euid` to `false` in [AndroidManifest.xml](https://github.com/IABTechLab/uid2-android-sdk/blob/main/dev-app/src/main/AndroidManifest.xml). +1. In [AndroidManifest.xml](https://github.com/IABTechLab/uid2-android-sdk/blob/main/dev-app/src/main/AndroidManifest.xml), set `uid2_environment_euid` to `false`. [**GWH_CM01 is this correct, uid2 and euid?**] 2. Run the **dev-app** app. 1. When you've started the app, make sure that the **Client Side** checkbox is checked. 1. Enter an email or phone number, and then click the arrow to the right. @@ -81,11 +81,11 @@ Follow the applicable instructions, for Android or iOS: ```js Development/UID2SDKDevelopmentApp/UID2SDKDevelopmentApp.xcodeproj ``` -1. Set the `UID2EnvironmentEUID` key to `NO` in `Development/UID2SDKDevelopmentApp/UID2SDKDevelopmentApp/Info.plist` in Xcode's editor. Alternatively you can use `plutil` from the command line: +1. In `Development/UID2SDKDevelopmentApp/UID2SDKDevelopmentApp/Info.plist` in Xcode's editor, set the `UID2EnvironmentEUID` key to `NO`. Alternatively, you can use `plutil` from the command line: ```console plutil -replace UID2EnvironmentEUID -bool NO Development/UID2SDKDevelopmentApp/UID2SDKDevelopmentApp/Info.plist ``` - To use a EUID environment, + To use an EUID environment: ```console plutil -replace UID2EnvironmentEUID -bool YES Development/UID2SDKDevelopmentApp/UID2SDKDevelopmentApp/Info.plist ``` From d52e65828f4b3c6e9821cfeb312e36499838aa8d Mon Sep 17 00:00:00 2001 From: genwhittTTD Date: Fri, 8 Nov 2024 17:45:37 -0500 Subject: [PATCH 2/3] additional edit --- docs/sdks/sdk-ref-ios.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdks/sdk-ref-ios.md b/docs/sdks/sdk-ref-ios.md index ff78fdf8b..6dce3575c 100644 --- a/docs/sdks/sdk-ref-ios.md +++ b/docs/sdks/sdk-ref-ios.md @@ -58,7 +58,7 @@ Minimum requirements for this SDK are as follows: - Xcode version: 15.0+ - iOS minimum target version: - - For full functionality: 13.0+ƒ + - 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+ From be29096ef7c088d6a7ca9545dfeaa024a3398eae Mon Sep 17 00:00:00 2001 From: genwhittTTD Date: Fri, 8 Nov 2024 18:00:32 -0500 Subject: [PATCH 3/3] remove comment --- docs/guides/integration-mobile-client-side.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/integration-mobile-client-side.md b/docs/guides/integration-mobile-client-side.md index bf16ab7e9..de60f17fc 100644 --- a/docs/guides/integration-mobile-client-side.md +++ b/docs/guides/integration-mobile-client-side.md @@ -67,7 +67,7 @@ Follow the applicable instructions, for Android or iOS: 1. Check out the main branch of the [SDK for Android source code repository on GitHub](https://github.com/IABTechLab/uid2-android-sdk/tree/main). 1. In Android Studio (check the version required in the [Minimum Requirements](../sdks/sdk-ref-android.md#minimum-requirements) section in the SDK for Android Reference Guide), open the directory that you checked out. -1. In [AndroidManifest.xml](https://github.com/IABTechLab/uid2-android-sdk/blob/main/dev-app/src/main/AndroidManifest.xml), set `uid2_environment_euid` to `false`. [**GWH_CM01 is this correct, uid2 and euid?**] +1. In [AndroidManifest.xml](https://github.com/IABTechLab/uid2-android-sdk/blob/main/dev-app/src/main/AndroidManifest.xml), set `uid2_environment_euid` to `false`. 2. Run the **dev-app** app. 1. When you've started the app, make sure that the **Client Side** checkbox is checked. 1. Enter an email or phone number, and then click the arrow to the right.