Skip to content

Releases: intercom/intercom-ios

2.3.11

08 Oct 15:33
Compare
Choose a tag to compare
  • Layout changes that may help fix #72.
  • Several small fixes to help improve stability.

2.3.10

28 Sep 13:13
Compare
Choose a tag to compare
  • Fixed an issue where CPU usage could spike after closing the Intercom window.

2.3.9

24 Sep 13:53
Compare
Choose a tag to compare
  • Fixed an issue which could occur when Intercom is accessed across multiple threads.

2.3.8

23 Sep 16:59
Compare
Choose a tag to compare

2.3.7

22 Sep 13:07
Compare
Choose a tag to compare
  • Fixed duplicate symbol errors seem in #97.

2.3.6

22 Sep 12:14
Compare
Choose a tag to compare
  • Fixed Xcode 6.x compatibility (Fixes #98).
  • Potential fix for #97.

2.3.5

21 Sep 09:50
Compare
Choose a tag to compare
  • Improved support for Xcode 7 and iOS 9:
    • Added Bitcode support (fixes #90).
    • Improved flexible layout to support iPad multitasking in iOS 9.
    • Fixed some scrolling issues in the conversation view.
    • Fixed issues where some videos wouldn't load due to app transport security.
  • Much simpler manual installation thanks to improved modulemap (fixes #86).
  • Removed all deprecated methods including +[Intercom registerForRemoteNotifications]. This should hopefully stops apps from being flagged for not declaring push notification support (discussed #88).
  • Landscape support for image picker.

2.3.4

09 Sep 19:49
Compare
Choose a tag to compare

2.3.3

18 Aug 17:09
Compare
Choose a tag to compare

2.3.2

18 Aug 16:35
Compare
Choose a tag to compare
  • Fixed issue where cancel button in attachment picker sometimes did not work.
  • When the Intercom window is open when coming to the foreground, it now checks for new messages.
  • UIAppearance no longer interferes with the attachment picker modal.