2.1.5 Release
2.1.5
Released on 2017-06-09
Added
- Added full support for newly created Firebase applications
- Added new functionality for
registerForPushwhich takes in the optional pushServicePlatformIterableConstants.MESSAGING_PLATFORM_GOOGLE(GCM)IterableConstants. MESSAGING_PLATFORM_FIREBASE(FCM)
IterableFirebaseInstanceIDServicehandles 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.