diff --git a/src/connections/sources/catalog/libraries/mobile/apple/migration.md b/src/connections/sources/catalog/libraries/mobile/apple/migration.md index fc0b31c2ad..8da329325f 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 "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..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,8 +385,8 @@ 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. +> 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