You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are using custom domains with mParticle and are currently passing SSL certificates in your domain mappings in MPNetworkOptions, please validate that you are still receiving events after updating to this version.
There are two critical changes to this version with respect to certificate pinning:
The SDK now only verifies the root certificate during certificate pinning. This avoids issues for custom-domain customers whereby the intermediate certificate was being updated. Customers may also provide multiple of your own root certificates as needed, as when using a non-mParticle controlled endpoint.
The SDK now includes with it the root certificates used by the issuers of customer domain certificates. This makes it so customers using mParticle-controlled custom domains no longer need to configure certificates.