Skip to content

Commit 734217c

Browse files
committed
add upgrade notes
1 parent c73f10b commit 734217c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/connections/sources/catalog/libraries/mobile/apple/migration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,9 @@ If you don't need to transform all of your Segment calls, and only want to trans
331331
332332
## 4. Upgrade Notes: Changes to the Configuration Object
333333
334+
> info "You may need to call Identify as a one-off after migrating to Swift"
335+
> 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.
336+
334337
The following option was renamed in Analytics-Swift:
335338
336339
| Before | After |

src/connections/sources/catalog/libraries/mobile/kotlin-android/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ If you don't need to transform all of your Segment calls, and only want to trans
386386
## 4. Upgrade Notes
387387

388388
> info "You might need to call Identify as a one-off after migrating to Kotlin"
389-
> 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.
389+
> 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.
390390
391391
### 4.a) Changes to the Configuration Object
392392

0 commit comments

Comments
 (0)