Skip to content

Releases: intercom/intercom-ios

3.2.8

30 Jun 11:54
Compare
Choose a tag to compare

Bug Fixes

  • Fixed remaining issues that could occur when logging events at the same time as registration.

3.2.7

28 Jun 17:27
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issue where UIApplication could be accessed from the main thread (#271).
  • Some improvements to help track the cause of #256.
  • Fixed issue where logging an event immediately after registration could lead to the registration failing.
  • Fixed -[CALayer renderInContext:] crash.

3.2.6

15 Jun 17:38
Compare
Choose a tag to compare

Bug Fixes

  • Bug fixes & improvements.

3.2.5

25 May 13:49
Compare
Choose a tag to compare

Bug Fixes

  • Fixed Bitcode issue for manual and Carthage installs (#260).

3.2.4

23 May 12:50
Compare
Choose a tag to compare

Bug Fixes

  • Prevented Intercom's rootViewController from being set directly. Fixed #256
  • Fixed a bug where setting barStyle on [UINavigationBar appearance] would cause custom app colours to spill over into Intercom's navigation search bar.
  • Fixed a bug where setting the language_override was not working for Chinese locales.
  • Fixed a bug where Chinese and Portguese locales were defaulting back to English.

3.2.3

22 May 11:17
Compare
Choose a tag to compare

Bug Fixes

  • Bug fixes & improvements.

3.2.2

10 May 15:57
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issue where updating bottom padding using +[Intercom setBottomPadding:] would not immediately take effect.

3.2.1

02 May 15:16
Compare
Choose a tag to compare

Bug Fixes

  • Fix NSNotificationCenter deadlock #252.
  • Added missing translations.

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.