Change log

4.9.0

  • Update the sdk to suport swift version 6

4.8.2

  • Update the minimun deployments to iOS 13

4.8.1

  • With this release, the SDK tracks a new event,, when a push message is received to the device.

4.8.0

  • release 4.8.0

4.7.0

  • Adding onInboxFetched event support

4.6.0

  • Adding click, add, detail and purchase ecommerce tracking functions

4.5.3

  • Add delay before retrying SDK calls after updating auth token

4.5.2

  • Removed automatic check for inbox status at startup

4.5.1

  • Moved check for inbox status after device has been registered successfully

4.5.0

  • Exposed updateDevice as a public SDK method

4.4.2

  • Minor bug fixes

4.4.1

  • Clearing device_id even on unregisterDevice failure

4.4.0

  • Updates to silent migration of push tokens
  • Callback on successful silent migration

4.3.0

  • Support for dynamic log levels
  • Version checking
  • Validation of SDK method calls
  • Other additional logging

4.2.0

  • Support for silent migration of push tokens

4.1.1

  • Minor bug fixes

4.1.0

  • Support for Swift 5.0

4.0.2

  • Minor bug fixes

4.0.1

  • Minor fix - Change subject field to be optional, not required

4.0.0

  • Major release for app inbox support including retrieving inbox messages, marking inbox message as read or expired, and how to display the app inbox as shown in samples via the SDK example apps. Also including:
  • Retrieving information about a person record
  • Minor fixes