Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading