Skip to content

2.14.3 Release

Compare
Choose a tag to compare
@mikechoch mikechoch released this 30 Jun 19:41
09d6497

OSDevice class added, Fixed registerForRemoteNotifications, Fix IAM deadlock, Match Android OSInAppMessageAction

  • OSDevice class added for easy access to device attributes
    • i.e. userId, pushToken, emailUserId, email, etc.
  • registerForRemoteNotifications called from main thread
  • Fix IAM deadlock
    • Fix deadlock on launch for duration based IAM triggers
  • Match Android OSInAppMessageAction
    • OSInAppMessageAction now has a jsonRepresentation method and one source of truth, #1012