Skip to content

Version 4.0.0

Compare
Choose a tag to compare
@michaeleustace michaeleustace released this 05 Mar 14:55
· 30 commits to master since this release
646c7f6

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.