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
totrue
, ApplicationInstalled will be sent and all previously stored events will not be sent. - If shouldCreateCustomer was changed from
true
tofalse
, all previously stored events will not be sent