Skip to content

Commit ef95baa

Browse files
authored
Merge pull request #751 from IABTechLab/gwh-APIDOCS-2688-01-minor-edits-from-pr-745-mobile-sdk
edits pending CM
2 parents 64e2f5e + be29096 commit ef95baa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Follow the applicable instructions, for Android or iOS:
6767

6868
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).
6969
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.
70-
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).
70+
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`.
7171
2. Run the **dev-app** app.
7272
1. When you've started the app, make sure that the **Client Side** checkbox is checked.
7373
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:
8181
```js
8282
Development/UID2SDKDevelopmentApp/UID2SDKDevelopmentApp.xcodeproj
8383
```
84-
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:
84+
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:
8585
```console
8686
plutil -replace UID2EnvironmentEUID -bool NO Development/UID2SDKDevelopmentApp/UID2SDKDevelopmentApp/Info.plist
8787
```
88-
To use a EUID environment,
88+
To use an EUID environment:
8989
```console
9090
plutil -replace UID2EnvironmentEUID -bool YES Development/UID2SDKDevelopmentApp/UID2SDKDevelopmentApp/Info.plist
9191
```

docs/sdks/sdk-ref-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Minimum requirements for this SDK are as follows:
5858

5959
- Xcode version: 15.0+
6060
- iOS minimum target version:
61-
- For full functionality: 13.0+ƒ
61+
- For full functionality: 13.0+
6262
- 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.
6363
- tvOS minimum target version: 13.0+
6464
- Swift version: 5.0+

0 commit comments

Comments
 (0)