Skip to content

Commit 6f1ce58

Browse files
authored
Update src/connections/sources/catalog/libraries/mobile/swift-ios/index.md
1 parent 7b680a2 commit 6f1ce58

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/mobile/swift-ios

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/mobile/swift-ios/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ analytics.group(groupId: "user-123", traits: MyTraits(
187187
{% endcodeexample %}
188188

189189
### Alias
190-
The [Alias](/docs/connections/spec/alias/) method is used to merge two user identities, effectively connecting two sets of user data as one. When this method is called the `newId` value will overwrite the old userId. If no userId is currently set, the `newId` will be associated with future events as the userId. This is an advanced method and may not be supported across the entire destination catalog, please refer to the destination docs to understand if this method is supported or not.
190+
The [Alias](/docs/connections/spec/alias/) method is used to merge two user identities, effectively connecting two sets of user data as one. When this method is called, the `newId` value overwrites the old `userId`. If no `userId` is currently set, the `newId` associates with future events as the `userId`. This is an advanced method and may not be supported across the entire destination catalog.
191191

192192
{% codeexample %}
193193
{% codeexampletab Method signature %}

0 commit comments

Comments
 (0)