Skip to content

Releases: mParticle/react-native-mparticle

v2.3.2

09 Oct 19:14
Compare
Choose a tag to compare

Add missing tag in order to surface MParticle.getSession() on Android

2.3.1

27 Aug 14:47
3f41adf
Compare
Choose a tag to compare
Update version to 2.3.1

Alias

09 Jul 17:43
Compare
Choose a tag to compare

Deprecated

onUserAlias() has been deprecated, and it's implementation replaced with a stub

New

We've added an API method, IdentityApi.aliasUsers(AliasRequest) for aliasing users.

Aliasing allows you to copy data from one user to another, typically for the purpose of building audiences that include actions a user may have taken before they logged in.

Previous minor releases also added properties to MParticleUser that indicate when this user was first or last seen by the SDK.