Skip to content

Commit 28a00ba

Browse files
Release 19.5.0
1 parent 9fb206e commit 28a00ba

23 files changed

Lines changed: 95 additions & 123 deletions

File tree

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
## 19.5.0
2+
###### Release Date: 09-02-2026
3+
4+
### 🚀 Enhancements
5+
* Removed Sentry crash reporting from the SDK.
6+
7+
### 🐛 Bug Fixes
8+
* Fixed an issue where the close button on survey modals may not dismiss the survey.
9+
* Fixed an issue where images in outbound content with transparency could render with a gray background.
10+
* Fixed an issue where list blocks could lose their text content.
11+
* Fixed an issue that could cause incorrect tap behavior on images within carousels.
12+
* Fixed an issue where images in carousels and posts may display with incorrect styling.
13+
* Fixed an issue that could cause overlapping content in carousels containing image and text blocks.
14+
* Fixed an issue where the article reactions UI could obscure article content.
15+
* Fixed an issue where deleted or unavailable articles may not display the appropriate error message.
16+
* Fixed an issue where the "Start a conversation" button in the sad reaction prompt may not respect Messenger configuration settings.
17+
* Fixed an issue that could prevent article reactions from submitting correctly.
18+
* Fixed an issue where anchor links within articles may not scroll to the referenced section.
19+
* Fixed an issue where article content may not respect device safe areas.
20+
* Fixed an issue where articles linked from messenger apps in conversations may not open correctly in the article viewer.
21+
* Fixed an issue where tapping the "disappointed" reaction may not start a new conversation.
22+
* Fixed an issue that could prevent interactions with buttons and links in posts from working correctly.
23+
* Fixed an issue where YouTube videos in posts may not play.
24+
* Fixed an issue where tapping images in posts may not display the image preview.
25+
* Fixed an issue where posts may not dismiss after tapping deep links.
26+
* Fixed an issue where post content could get cut off when reactions are displayed.
27+
* Fixed an issue where large posts could allow content to scroll behind the reactions area.
28+
* Fixed a crash that could occur when dismissing a survey with a confirmation dialog on iPad.
29+
* Fixed a crash that could occur when tapping "Try Again" on a failed attachment upload in ticket forms on iPad.
30+
* Fixed a crash that could occur when deleting an attachment from the ticket form preview on iPad.
31+
* Fixed an issue where the Messenger UI could become misaligned when rotating the device while the Messenger is open on iPad.
32+
* Fixed an issue where retrying a failed attachment upload could create a duplicate attachment instead of retrying the original.
33+
* Fixed an issue where conversation content could be visible through the composer background on iOS versions below 26.
34+
* Fixed an issue where the "Start a conversation" button may appear without its background on iOS versions below 26.
35+
* Fixed an issue where YouTube videos embedded in content may not play correctly.
36+
* Fixed an issue where CSAT "tell us more" feedback could appear to fail, requiring multiple retries.
37+
* Fixed an issue where the GIF search bar and close button may not work correctly on iOS versions below 26.
38+
139
## 19.4.1
240
###### Release Date: 16-12-2025
341

Intercom.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Intercom'
3-
s.version = '19.4.1'
3+
s.version = '19.5.0'
44
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
55
s.license = { :type => "Apache 2.0", :file => "Intercom.xcframework/LICENSE" }
66
s.authors = {"Brian Boyle"=>"brian.boyle@intercom.io", "Katherine Brennan"=>"katherine.brennan@intercom.io", "Niamh Coleman"=>"niamh.coleman@intercom.io", "Conor Nolan"=>"conor.nolan@intercom.io", "Mike McNamara"=>"mike.mcnamara@intercom.io", "Matthew Pierce"=>"matthew.pierce@intercom.io", "Rosie Kennelly"=>"rosie.kennelly@intercom.io"}
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.frameworks = ["Foundation", "UIKit", "Accelerate", "Security", "SystemConfiguration", "MobileCoreServices", "ImageIO", "AudioToolbox", "QuartzCore", "CoreGraphics", "Photos", "Accelerate", "WebKit"]
1010
s.library = "icucore", "xml2"
1111
s.requires_arc = true
12-
s.source = { :http => 'https://github.com/intercom/intercom-ios/releases/download/19.4.1/Intercom.xcframework.zip' }
12+
s.source = { :http => 'https://github.com/intercom/intercom-ios/releases/download/19.5.0/Intercom.xcframework.zip' }
1313
s.platform = :ios, '15.0'
1414
s.preserve_paths = 'Intercom.xcframework', 'dSYM'
1515
s.vendored_frameworks = 'Intercom.xcframework'

Intercom.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,34 @@
1010
<key>DebugSymbolsPath</key>
1111
<string>dSYMs</string>
1212
<key>LibraryIdentifier</key>
13-
<string>ios-arm64_x86_64-simulator</string>
13+
<string>ios-arm64</string>
1414
<key>LibraryPath</key>
1515
<string>Intercom.framework</string>
1616
<key>SupportedArchitectures</key>
1717
<array>
1818
<string>arm64</string>
19-
<string>x86_64</string>
2019
</array>
2120
<key>SupportedPlatform</key>
2221
<string>ios</string>
23-
<key>SupportedPlatformVariant</key>
24-
<string>simulator</string>
2522
</dict>
2623
<dict>
2724
<key>BinaryPath</key>
2825
<string>Intercom.framework/Intercom</string>
2926
<key>DebugSymbolsPath</key>
3027
<string>dSYMs</string>
3128
<key>LibraryIdentifier</key>
32-
<string>ios-arm64</string>
29+
<string>ios-arm64_x86_64-simulator</string>
3330
<key>LibraryPath</key>
3431
<string>Intercom.framework</string>
3532
<key>SupportedArchitectures</key>
3633
<array>
3734
<string>arm64</string>
35+
<string>x86_64</string>
3836
</array>
3937
<key>SupportedPlatform</key>
4038
<string>ios</string>
39+
<key>SupportedPlatformVariant</key>
40+
<string>simulator</string>
4141
</dict>
4242
</array>
4343
<key>CFBundlePackageType</key>

Intercom.xcframework/LICENSE

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ This product includes 'Shimmer' (https://github.com/facebookarchive/Shimmer), wh
2020

2121
----------------------------------------------------------------
2222

23-
This product includes 'Sentry' (https://github.com/getsentry/sentry-cocoa), which is released under the following license(s):
24-
MIT <http://opensource.org/licenses/mit-license.html>
25-
26-
----------------------------------------------------------------
27-
2823
This product includes 'TinyConstraints' (https://github.com/roberthein/TinyConstraints), which is released under the following license(s):
2924
MIT <http://opensource.org/licenses/mit-license.html>
3025

Intercom.xcframework/VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
Intercom iOS SDK - 19.4.1
3-
17-December-2025
2+
Intercom iOS SDK - 19.5.0
3+
09-February-2026
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)