Skip to content

Releases: intercom/intercom-ios

3.2.0

21 Apr 13:57
Compare
Choose a tag to compare

Bug Fixes

  • Fixed an issue with unread conversations not appearing if the message was received while the app was backgrounded and reopened in under a minute.
  • Fixed an issue with setting the bottom padding so that in-apps will overlap with the nav bar causing a rendering issue.

Enhancements

  • Added a new method to the public API +[Intercom setUserHash:] to support Identity Verification with Intercom. This method deprecates the Secure Mode method +[Intercom setHMAC:data:]

3.1.5

14 Apr 12:56
Compare
Choose a tag to compare

Bug Fixes

  • Fixed retain cycle which could cause #248.
  • Fixed translation for multiple snippets.
  • Fixed an issue where real time may not work when moving from an unidentified to an identified user.

3.1.4

05 Apr 11:05
Compare
Choose a tag to compare

Bug Fixes

  • Fixed an issue where layout could be broken for apps displayed in a right to left mode.

3.1.3

29 Mar 13:21
Compare
Choose a tag to compare

Bug Fixes

  • Fixed send button issue described in #243.

3.1.2

16 Mar 14:30
Compare
Choose a tag to compare

Bug Fixes

  • Add languageOverride to ICMUserAttributes (Fixes #239.

Enhancements

  • Add API to allow integrating Intercom push notifications manually without swizzling.
  • Improved reliability of opening push notifications when using the existing automatic mode.

3.1.1

01 Mar 15:34
Compare
Choose a tag to compare
  • Added more detailed logs in cases where the Messenger cannot open due to an error.

3.1.0

27 Feb 17:37
Compare
Choose a tag to compare
  • Added new GIF button to the composer in the Messenger, so your users can search for and share GIFs in conversations.
  • Updated image upload functionality.
  • Added ICMUserAttributes and +[Intercom updateUser:] to help make updating users easier. +[Intercom updateUserWithAttributes:] is now deprecated.
  • Improved behaviour in landscape on small devices.
  • Fixed issue where errors could be logged on first launch.

3.0.25

07 Feb 19:46
Compare
Choose a tag to compare
  • Fixed an issue with [Intercom enableLogging] that caused debug logs not to be shown.
  • Improved unread conversation count updating when using multiple devices at once.

3.0.24

24 Jan 14:53
Compare
Choose a tag to compare
  • Updated fix for disappearing keyboard bug on iOS 8, 9 & 10 (#209).

3.0.23

20 Jan 17:23
Compare
Choose a tag to compare

Bug Fixes

  • Fixed disappearing composer bug on iOS 8 described in #209.
  • +[Intercom logEventWithName:metaData:] now works even if the meta data nil or empty.
  • Fixed issue where text was never bold in Post messages.
  • Fixed Korean characters appearing in Japanese locale.
  • Fixed layout issue when using external keyboards.

Enhancements

  • Made changes to ensure the warning in #206 is only given in development.
  • Improved selected state for message and article reactions.
  • Added improved error logging.
  • Additional changes to reduce network request volume.