Version 4.0.0
New Features
- Introduces support for Ongoing Postbox (data pushes to user), which allows SDK to push data to user over multiple sessions after being granted user's consent just once. See documentation for details.
This only works with ongoing push contracts. One-off push contracts can still use the existing Postbox functionality..
Breaking Changes
DMEPushClient
must now be created with a configuration which includes the contract's private key.- All SDK function completion blocks will now be performed on the main thread. This is to provide consistency across the SDK.
See migration tips.