Skip to content

2.1.5 Release

Compare
Choose a tag to compare
@davidtruong davidtruong released this 09 Jun 22:54
· 1924 commits to master since this release

2.1.5

Released on 2017-06-09

Added

  • Added full support for newly created Firebase applications
  • Added new functionality for registerForPush which takes in the optional pushServicePlatform
    • IterableConstants.MESSAGING_PLATFORM_GOOGLE (GCM)
    • IterableConstants. MESSAGING_PLATFORM_FIREBASE (FCM)
  • IterableFirebaseInstanceIDService handles firebase token registrations automatically on install.
  • Added in default tracked device values for registerDeviceToken

Changed

  • Changed IterablePushRegistrationGCM to IterablePushRegistration so the registration class is not GCM specific.
  • Changed the disable logic to no longer enable the deviceToken prior to disabling.