Skip to content

Releases: intercom/intercom-ios

3.0.22

16 Dec 16:16
Compare
Choose a tag to compare
  • Fixed crash in -[PodIntercom_IntercomConversationInputAccessoryView updateConstraints].
  • Fixed issue where text could be cut off in Notes or Posts.
  • Some more changes to help reduce network request volume.

3.0.21

06 Dec 16:52
Compare
Choose a tag to compare
  • Now supports Intercom Educate. Learn more here.
  • More changes to reduce network request volume.
  • Fixed crash that could occur after install in some rare cases.

3.0.20

25 Nov 17:39
Compare
Choose a tag to compare
  • Multiple changes to reduce network request volume.
  • Small improvement to push notifications on iOS 10.

3.0.19

18 Nov 17:33
Compare
Choose a tag to compare
  • More clearly warn about potential AppStore submission issues on iOS 10.
  • Various localisation updates.
  • Many visual improvements.
  • Reduce the number of network requests that are made by Intercom.

3.0.18

03 Nov 09:55
Compare
Choose a tag to compare
  • Reduced usage of AFNetworking to fix crash in #186.
  • Improved thread safety to increase stability.
  • Fixed crash that could occur when Intercom.bundle is not correctly loaded.

3.0.17

19 Oct 13:36
Compare
Choose a tag to compare
  • Removed a reference to the UserNotifications Framework in the podspec to ensure iOS 8 & 9 compatibility

3.0.16

18 Oct 13:28
Compare
Choose a tag to compare
  • Reinstated push notification improvements for iOS 10 from 3.0.14.
  • Store Intercom data in PrivateDocuments to ensure it is not visible to users through iTunes file sharing.
  • Fixed issue where Intercom window may not be fully teared down when the Messenger is closed.

3.0.15

15 Oct 06:05
Compare
Choose a tag to compare
  • Rolled back some changes from 3.0.14 to ensure compatibility with iOS 8 & iOS 9.

3.0.14

14 Oct 17:59
Compare
Choose a tag to compare
  • Improved compatibility with the new UserNotifications framework for iOS 10 push notifications (fixes #184).

3.0.13

07 Oct 20:36
Compare
Choose a tag to compare
  • Added [Intercom presentMessageComposerWithInitialMessage:] to allow pre-populating the message composer.
  • Fixed issue where you could see multiple congratulations alerts when installing Intercom (e.g. https://github.com/intercom/intercom-cordova/issues/83).
  • Improvements to allow all Intercom methods to be called from any thread (fixes #181).
  • Various localisation updates.