OneSignal v2.14.3 Release Notes

Release Date: 2020-06-30 // almost 4 years ago
  • 🛠 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