Releases: mParticle/mparticle-apple-sdk
Release 6.7.0
Upgrade suggestion: MODERATE. Upgrade if you use custom mappings
- [NEW] Custom mappings now support more advanced matching schemes
Release 6.6.1
Upgrade suggestion: LOW. Upgrade if you are a kit partner/developer and need to pass integration attributes to the core SDK
- [FIX] A newly introduced class was missing from the tvOS Xcode target
Release 6.6.0
Upgrade suggestion: LOW. Upgrade if you are a kit partner/developer and need to pass integration attributes to the core SDK
- [NEW] Kits can now pass integration attributes back to the core SDK
Release 6.5.0
Upgrade suggestion: LOW. Upgrade if you want to use Primer as a kit
- [NEW] Support for Primer as a kit
Release 6.4.0
Upgrade suggestion: LOW. Upgrade if you want to use Apptentive as a kit or need to configure the behavior for silent notification registration
- [NEW] Support for Apptentive as a kit
- [NEW]
MParticleConfig.plistoption to opt in/out of automatic silent notification registration. See mParticle Docs for details
Release 6.3.0
Upgrade suggestion: LOW. Upgrade if you integrate with AppsFlyer, are writing an integration kit, or want to reduce network traffic
- [NEW] Add the customerId user identity as an event attribute when forwarding to AppsFlyer
- [NEW] Add new methods to the kit protocol to forward user notification related info to kits
- [NEW] Config optional flag to send the session history batch (reducing the amount of data sent over to mParticle)
- [NEW] Add continueUserActivity to the public SDK API (Pull Request submitted by twobitlabs)
- [FIX] Guarantee that launch options in AST messages to contain only string parameters
Version 6.2.0
Upgrade suggestion: LOW. Upgrade if you want to use Button as a kit
- [NEW] Support for Button as a kit
- [FIX] Server configuration override of crash report initialization is restored
Version 6.1.0
Upgrade suggestion: LOW. Upgrade if you need user attribute lists
- [NEW] User attributes can now take arrays as values. The array of values is associated with a user attribute key. The list of all user attributes can be retrieved using the new
userAttributesproperty
Version 5.5.6
Upgrade suggestion: MODERATE. Update if you are using Branch Metrics or need filtering of e-commerce transaction attributes
- [FIX] Verify the reference to self inside blocks
- [FIX] Filter transactions attributes in commerce events
- [FIX] Refactor Branch Metrics kit
- [FIX] Fix user attribution mutation crash
- [FIX] Restore Unit Tests
Version 6.0.7
Upgrade suggestion: HIGH. Upgrade if you are filtering transaction attributes in commerce events
- [FIX] Filter transaction attributes in commerce events
- [FIX] Expand the scope of MPAppDelegateProxy to handle protocol conformance and class hierarchy matching
- [FIX] Fix static analysis flags
- [FIX] Add clang pragmas to remove warnings