github mindbox-cloud/ios-sdk 2.1.0
Release 2.1.0

latest releases: 2.14.0, 2.14.0-rc, 2.13.5-rc...
3 years ago

What’s new:

Issues

SDK reinitialization #246
This feature allows you to change your domain, endpoint and shouldCreateCustomer parameters in existing SDK integration. New domain and endpoint need to be specified in MBConfiguration passed to Mindbox.init().

  • If Mindbox SDK detects, that domain or endpoint changed, it would be treated as a fresh installation: an ApplicationInstalled (or ApplicationInstalledWithoutCustomer) event will be sent, all previously stored events will not be sent.
  • If shouldCreateCustomer was changed from false to true, ApplicationInstalled will be sent and all previously stored events will not be sent.
  • If shouldCreateCustomer was changed from true to false, all previously stored events will not be sent

Don't miss a new ios-sdk release

NewReleases is sending notifications on new releases.