Releases: mParticle/react-native-mparticle
Version 2.4.7
Add Error feedback when an Invalid Identity key is used in an Identity Request
Version 2.4.5
This release supports MParticle SDK 8.0 which supported changes for iOS 14.0
Version 2.4.3
CCPA Support
This release adds bindings for CCPA support.
Version 2.4.1
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
Implement addGDPRConsentState and removeGDPRConsentStateWithPurpose functionality for Android.
v2.3.2
Add missing tag in order to surface MParticle.getSession() on Android
2.3.1
Update version to 2.3.1
Alias
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.