Skip to content

Commit b5798f7

Browse files
authored
Merge pull request #7210 from segmentio/niall/migration
Add upgrade notes for Swift
2 parents e55cfee + 38ec883 commit b5798f7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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 "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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@ If you don't need to transform all of your Segment calls, and only want to trans
385385

386386
## 4. Upgrade Notes
387387

388-
> 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.
388+
> info "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 the Analytics-Kotlin libraries.
390390
391391
### 4.a) Changes to the Configuration Object
392392

0 commit comments

Comments
 (0)