Skip to content

Releases: mParticle/react-native-mparticle

Version 2.4.7

01 Dec 23:18

Choose a tag to compare

Add Error feedback when an Invalid Identity key is used in an Identity Request

Version 2.4.5

14 Oct 21:18

Choose a tag to compare

This release supports MParticle SDK 8.0 which supported changes for iOS 14.0

Version 2.4.3

20 Aug 12:46

Choose a tag to compare

CCPA Support

This release adds bindings for CCPA support.

Version 2.4.1

06 Nov 20:59

Choose a tag to compare

Fix an error that was occurring when MParticleUser.getUserIdentities() was called on the Android platform. The Android implementation was inadvertently passing a native Java HashMap<IdentityType, String> object to the React callback. This was fixed by serializing the map into the proper WriteableMap React object

v2.4.0

21 Oct 14:35

Choose a tag to compare

Implement addGDPRConsentState and removeGDPRConsentStateWithPurpose functionality for Android.

v2.3.2

09 Oct 19:14

Choose a tag to compare

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

2.3.1

27 Aug 14:47
3f41adf

Choose a tag to compare

Update version to 2.3.1

Alias

09 Jul 17:43

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.