From 734217c04ddd1a969d89cd66c0cfd8fbcf910dd8 Mon Sep 17 00:00:00 2001 From: Niall Date: Fri, 8 Nov 2024 16:01:25 +0000 Subject: [PATCH 1/2] add upgrade notes --- .../sources/catalog/libraries/mobile/apple/migration.md | 3 +++ .../catalog/libraries/mobile/kotlin-android/migration.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/connections/sources/catalog/libraries/mobile/apple/migration.md b/src/connections/sources/catalog/libraries/mobile/apple/migration.md index fc0b31c2ad..b1d12869b0 100644 --- a/src/connections/sources/catalog/libraries/mobile/apple/migration.md +++ b/src/connections/sources/catalog/libraries/mobile/apple/migration.md @@ -331,6 +331,9 @@ If you don't need to transform all of your Segment calls, and only want to trans ## 4. Upgrade Notes: Changes to the Configuration Object +> info "You may need to call Identify as a one-off after migrating to Swift" +> To preserve the userId for users identified prior to your migration to Swift, you must make a one-off Identify call. This is due to a storage format change between the Analytics-iOS and the Analytics-Swift libraries. + The following option was renamed in Analytics-Swift: | Before | After | diff --git a/src/connections/sources/catalog/libraries/mobile/kotlin-android/migration.md b/src/connections/sources/catalog/libraries/mobile/kotlin-android/migration.md index 7a843d1814..ca6a9deba0 100644 --- a/src/connections/sources/catalog/libraries/mobile/kotlin-android/migration.md +++ b/src/connections/sources/catalog/libraries/mobile/kotlin-android/migration.md @@ -386,7 +386,7 @@ If you don't need to transform all of your Segment calls, and only want to trans ## 4. Upgrade Notes > info "You might need to call Identify as a one-off after migrating to Kotlin" -> To preserve the userId for users identified prior to your migration to Kotlin, you must make a one-off Identify call. This is due to a storage format change between the Analytics-Android and Analytics-Kotlin libraries. +> To preserve the userId for users identified prior to your migration to Kotlin, you must make a one-off Identify call. This is due to a storage format change between the Analytics-Android and the Analytics-Kotlin libraries. ### 4.a) Changes to the Configuration Object From 38ec88321936b93f2ee1bb9bfd38131196b57507 Mon Sep 17 00:00:00 2001 From: stayseesong <83784848+stayseesong@users.noreply.github.com> Date: Wed, 13 Nov 2024 11:04:10 -0800 Subject: [PATCH 2/2] Apply suggestions from code review --- .../sources/catalog/libraries/mobile/apple/migration.md | 2 +- .../catalog/libraries/mobile/kotlin-android/migration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/connections/sources/catalog/libraries/mobile/apple/migration.md b/src/connections/sources/catalog/libraries/mobile/apple/migration.md index b1d12869b0..8da329325f 100644 --- a/src/connections/sources/catalog/libraries/mobile/apple/migration.md +++ b/src/connections/sources/catalog/libraries/mobile/apple/migration.md @@ -331,7 +331,7 @@ If you don't need to transform all of your Segment calls, and only want to trans ## 4. Upgrade Notes: Changes to the Configuration Object -> info "You may need to call Identify as a one-off after migrating to Swift" +> info "Call Identify as a one-off after migrating to Swift" > To preserve the userId for users identified prior to your migration to Swift, you must make a one-off Identify call. This is due to a storage format change between the Analytics-iOS and the Analytics-Swift libraries. The following option was renamed in Analytics-Swift: diff --git a/src/connections/sources/catalog/libraries/mobile/kotlin-android/migration.md b/src/connections/sources/catalog/libraries/mobile/kotlin-android/migration.md index ca6a9deba0..44b2e28938 100644 --- a/src/connections/sources/catalog/libraries/mobile/kotlin-android/migration.md +++ b/src/connections/sources/catalog/libraries/mobile/kotlin-android/migration.md @@ -385,7 +385,7 @@ If you don't need to transform all of your Segment calls, and only want to trans ## 4. Upgrade Notes -> info "You might need to call Identify as a one-off after migrating to Kotlin" +> info "Call Identify as a one-off after migrating to Kotlin" > To preserve the userId for users identified prior to your migration to Kotlin, you must make a one-off Identify call. This is due to a storage format change between the Analytics-Android and the Analytics-Kotlin libraries. ### 4.a) Changes to the Configuration Object