Skip to content

Commit 3f854e7

Browse files
authored
Merge pull request #798 from IABTechLab/gwh-APIDOCS-2856-uid2-isloggingenabled-add-in-body-copy
add refs to isloggingenabled in copy for Algolia (UID2)
2 parents 192b9c6 + 328f35a commit 3f854e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ If the `getAdvertisingToken()` method call returns `null`, there was no identity
241241
- **Android Java**: `UID2Manager.getInstance().getCurrentIdentityStatus()`
242242
- **Android Kotlin**: `UID2Manager.getInstance().currentIdentityStatus()`
243243
- **iOS**: `UID2Manager.shared.identityStatus`
244-
- You could enable logging to get more information: see [Enable Logging](#enable-logging).
244+
- You could enable logging (set `isLoggingEnabled` to `true`) to get more information: see [Enable Logging](#enable-logging).
245245
- The advertising token inside the UID2 identity has expired, and the refresh token has also expired, so the SDK cannot refresh the token.
246246

247247
If there is no identity, follow the instructions in [Implement Server-Side Token Generation](#implement-server-side-token-generation) again, generate a new identity, and pass the result into your mobile app's UID2Manager again.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ Some possible reasons for this, and some things you could do to troubleshoot, ar
593593
- **iOS**: `UID2Manager.shared.identityStatus`
594594
595595
It's possible that the DII has been opted out of UID2: for details, see [When to Pass DII into the SDK](#when-to-pass-dii-into-the-sdk).
596-
- You could enable logging to get more information: see [Enable Logging](#enable-logging).
596+
- You could enable logging (set `isLoggingEnabled` to `true`) to get more information: see [Enable Logging](#enable-logging).
597597
- The advertising token inside the UID2 identity has expired, and the refresh token has also expired, so the SDK cannot refresh the token.
598598

599599
If there is no identity, you'll need to call the `generateIdentity` method again: see [Configure the UID2 Mobile SDK](#configure-the-uid2-mobile-sdk).

0 commit comments

Comments
 (0)