Expand Fin to email is now live on Fin Academy!
-
Recently active
Intercom SDK version: 16.0.3 Xcode: 15.0 UIGraphicsBeginImageContext() failed to allocate CGBitampContext: size={0, 0}, scale=3.000000, bitmapInfo=0x2002. Use UIGraphicsImageRenderer to avoid this assert.0CoreFoundation __exceptionPreprocess 1libobjc.A.dylib objc_exception_throw 2Foundation -[NSMutableDictionary(NSMutableDictionary) initWithContentsOfFile:] 3UIKitCore _UIGraphicsBeginImageContextWithOptions-[Ullmage(ICM|mageUtils) icm_resizelmageToSize:]_51-[ICMReactionsViewController displayOption:inView:]_block_invoke_2
I need to measure the duration it takes for specific contacts to reply after one of our teammates sends them a message. Intercom's standard reports focus on our team's response time, but we need the reverse perspective – the customer's reply time to our messages. This is crucial for identifying unresponsive contacts who may need their details updated. Is there a built-in report, feature, or a recommended method within Intercom to easily achieve this specific type of response time tracking and potentially flag contacts based on their responsiveness?
Hello Team,We recently updated to the Intercom iOS SDK 17.0.1 and started getting a crash in the SDK with the following stacktrace. Crashed: nexus.reachability0 libobjc.A.dylib 0x4e30 lookUpImpOrForward + 881 libobjc.A.dylib 0x34c4 _objc_msgSend_uncached + 682 Intercom 0x50cf4 -[IntercomSDK_IntercomNexusSocket isConnected] + 201563 Intercom 0x50ef8 -[IntercomSDK_IntercomNexusSocket reconnect] + 206724 Intercom 0x4db48 -[IntercomSDK_IntercomNexusConnection reconnectSockets] + 74405 Network 0x83844c __nw_path_necp_update_evaluator_block_invoke + 3166 libdispatch.dylib 0x213c _dispatch_call_block_and_release + 327 libdispatch.dylib 0x3dd4 _dispatch_client_callout + 208 libdispatch.dylib 0xb400 _dispatch_lane_serial_drain + 7489 libdispatch.dylib 0xbf30 _dispatch_lane_invoke + 38010 libdispatch.dylib
Hi, we’re running into an issue with ANRs on our application stemming from the initialize call on the Intercom SDK.We are currently using 15.1.4 of the Android SDK with the following code used for initialization:Intercom.initialize( application, apiKey, appId)The following is the stacktrace we’re seeing in Firebase for a number of our users: io.intercom.android.sdk.Injector.getMetricTracker (Injector.java:255)io.intercom.android.sdk.Injector.getOverlayPresenter (Injector.java:279)io.intercom.android.sdk.Injector.getResetManager (Injector.java:333)io.intercom.android.sdk.Injector.getLifecycleTracker (Injector.java:311)io.intercom.android.sdk.Injector.initWithAppCredentials (Injector.java:135)io.intercom.android.sdk.Intercom$Companion.create (Intercom.kt:1092)io.intercom.android.sdk.Intercom$Companion.initialize (Intercom.kt:1005)com.<redacted>.android.util.IntercomUtil.initialize (IntercomUtil.kt:38) When looking at the releases, we’re currently 2 patch versions behind b
Hello ,while init intercom sdk in App.kt which is app launch class ANR is produced please find the error belowmain (runnable):tid=1 systid=8183 at io.intercom.android.sdk.identity.AppConfig.<init>(AppConfig.java:125) at io.intercom.android.sdk.Injector.initWithAppCredentials(Injector.java:104) at io.intercom.android.sdk.RealIntercom.create(RealIntercom.java:80) at io.intercom.android.sdk.Intercom.initialize(Intercom.java:73) at yourpakagename.com.manager.IntercomManager.configure(IntercomManager.java:24) at yourpakagename.com.App.onCreate(App.kt:95) at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1277) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6771) at android.app.ActivityThread.-$$Nest$mhandleBindApplication(unavailable) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2129) at android.os.Handler.dispatchMessage(Handler.java:106) at
Hi, we’re running into an issue with ANRs on our application stemming from the initialize call on the Intercom SDK.We are currently using 15.1.4 of the Android SDK with the following code used for initialization:Intercom.initialize(this, INTERCOM_API_KEY, INTERCOM_APP_ID);I have updated the SDK to 15.5.1 but we haven’t had time to collect data, I am wondering if this will suffice, I didn’t see anything the latest or previous release notes that would indicate so. Below is the exception from firebase : main (runnable):tid=1 systid=3084 at io.intercom.android.sdk.errorreporting.ExceptionParser.<clinit>(ExceptionParser.java:11) at io.intercom.android.sdk.errorreporting.ErrorReporter.create(ErrorReporter.java:18) at io.intercom.android.sdk.Injector.getErrorReporter(Injector.java:319) at io.intercom.android.sdk.Injector.getLifecycleTracker(Injector.java:310) at io.intercom.android.sdk.Injector.initWithAppCredentials(Injector.java:135) at io.interco
Hi everybody, we are integrating Intercom with two of our custom built applications. In these two applications we have built the standard integration with Intercom. When I sent a banner or chat from Intercom to these applications, they only appear within these applications when I do a refresh. Of course this is not the behaviour that we want: we want our users to directly see the banner/chat in the applications. Both applications a web based cloud native. It seems that the push mechanisme does not work. What are we doing wrong?
As of @intercom/intercom-react-native v8.2.0 the back button after presenting content using Intercom.presentContent(IntercomContent.helpCenterCollectionsWithIds([id]))is broken on Android devices.Screenshot attached. Any help appreciated.
My team has run into a roadblock in setting up single sign on for our platform. We use OpenID, and it’s not configurable natively in Intercom. I’ve found some articles stating that some third party partners offer a ‘go between’ workaround for this, but I’d love to hear from the community if anyone has successfully set this up and what the experience was like with the third party they chose.
Hi Intercom team,We're encountering a crash in our production app related to the Intercom SDK when processing push notifications. The error occurs in TaskStackBuilder.getPendingIntent() with the following stack trace: Fatal Exception: java.lang.IllegalStateException: No intents added to TaskStackBuilder; cannot getPendingIntent at androidx.core.app.TaskStackBuilder.getPendingIntent(TaskStackBuilder.java:333) at androidx.core.app.TaskStackBuilder.getPendingIntent(TaskStackBuilder.java:313) at io.intercom.android.sdk.m5.push.ConversationDeepLinkRouterKt.buildBasePendingIntent(ConversationDeepLinkRouter.kt:85) at io.intercom.android.sdk.m5.push.ConversationDeepLinkRouterKt.buildIntentForDeepLinkScreen(ConversationDeepLinkRouter.kt:42) at io.intercom.android.sdk.m5.push.ui.DeepLinkStylePushUIKt.buildDeepLinkNotification(DeepLinkStylePushUI.kt:44) at io.intercom.android.sdk.m5.push.IntercomNotificationHandler$processDeepLinkPushNotification$1.in
Release Date: 16-05-2025 🐛 Bug Fixes Fixes a bug that could cause a crash when dismissing multiple in app notifications. Fixes a bug that could cause a crash when trying to close a note using the x button.
Hi! I have the “Prevent users from opening multiple conversations” option enabled in Intercom settings, but when calling Intercom.presentMessageComposer(); from my React Native app, it always creates a new conversation instead of navigating to the existing one.Is this the expected behavior, a known issue, or am I missing something in the implementation?What’s the best way to handle this scenario?Thanks!
Hi team, just wanted to check if Intercom have any plans to integrate with the 2 following chinese social media apps 1) XiaoHongShu and 2) BiliBili3) Tiktok XiaoHongShu (XHS) is kind of like the chinese version of Instagram
We plan purchase Circle. IO for our course and community platform. We need to make sure that Intercom integrates with it before we finalize the purchase, though. Circle said it should integrate just fine, but we want to test it first. They asked me for an Intercom code snippet. Intercom bot directed me where I can find this. I shared it with Circle and they were unsuccessful with getting the snippet to work. Is there anyone at Intercom that can help me outside of the bot? Or anyone else use Circle and have had success integrating intercom?
My context:API version: 2.12API call: search and update contact404 Curl request at 2025-03-31 09:50:33 { "headers": { "content-length": "74", "user-agent": "GuzzleHttp/7", "host": "api.intercom.io", "authorization": "********", "accept": "application/json", "content-type": "application/json" }, "body": "{\"query\":{\"field\":\"external_id\",\"operator\":\"=\",\"value\":\"vegastars_78859\"}}", "url": "https://api.intercom.io/contacts/search", "method": "POST"}Here is the response at 2025-03-31 09:50:33:I have double-checked that the value exists in Intercom. However, the weird thing is that when my server calls the API, it returns an error response. Then, when the request is retried by the queue, it succeeds.I want to make sure that are these response such as 404 and 502, 504 coming from your side ?{ "body": "<html><head><title>404 Not Found</title></head><body><center><h1>404 Not Found</h1></center><
I would like to export the Intercom ID of all users - and the only documentation I can find is to do this via API. I am using Postman for this but I was hoping to find a way to get it as a CSV or something easier to navigate. Can anyone point me in the right direction to get this data?
Release Date: 11-04-2025 🚀 Enhancements We've added a new API to enable setting JWTs in the Messenger. This should be called before any user login. To learn more go here. Resolved some differences between the registration of unidentified and identified users of iOS and Android. Both platforms now have matching implementations.
Hi there,Here’s the situation, we’ve rebuild an old application and are almost ready to a launch. We used Intercom on the old application to trigger emails and in-app messages to users, as well has handle support. What is the best way to migrate our Intercom install to the new app? Should we start a new app entirely and export our old data? Or can we just install the Intercom code in the new app, connect it to segment, and build off what we already had?Cheers
Does anyone know any companies that can / have scripted the migration of everything in Intercom US server to EU server for a seemless transition?
Hi, I need someone who can export all my past conversations in Intercom and add them to the appropriate “notes” sections of my contacts in Hubspot.
Hello, Intercom Community!I’m Kimaya Kapoor, and I'm excited to engage with fellow users of Intercom! As we all know, Intercom is a powerful tool for customer engagement, but with so many features available, it can sometimes be overwhelming to determine the best ways to utilize it.I’d love to hear from you: What are your best practices for using Intercom effectively? Are there specific strategies or features that you find most beneficial in enhancing user experience, optimizing onboarding, or boosting customer support?Let’s share our insights and learn from one another to make the most out of this fantastic platform!Looking forward to your thoughts!Best,Kimaya Kapoor
Hello Team,I was trying to upgrade our account because our current plan does not support SSO authentication.We need SSO for our agents, so I would like to upgrade.Can you please check and let me know how to proceed?Thank you!
Hi, So I’ve implemented the Intercom SDK into our Android app the past few days and stumbled in to a strange thing. The SDK crash as I’m trying to open the write message view with this error.java.lang.NoSuchMethodError: No static method FlowRow(Landroidx/compose/ui/Modifier;Landroidx/compose/foundation/layout/Arrangement$Horizontal;Landroidx/compose/foundation/layout/Arrangement$Vertical;IILandroidx/compose/foundation/layout/FlowRowOverflow;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;II)V in class Landroidx/compose/foundation/layout/FlowLayoutKt; or its super classes (declaration of 'androidx.compose.foundation.layout.FlowLayoutKt' appears in /data/app/~~MDeJzUHvf74b7jpNmGq6Rw==/com.*.staging-7N_jvukfhGCaqNo-t2IqvQ==/base.apk) at io.intercom.android.sdk.m5.conversation.ui.components.row.QuickRepliesKt.QuickReplies(QuickReplies.kt:38) at io.intercom.android.sdk.m5.conversation.ui.components.row.QuickRepliesKt.ComposerSuggestions(QuickReplies.kt:88) at io.
I have 2 separate workspaces but I don't need 2 anymore - I want to merge them both together so I can have everything all together.
Hi, using the latest version i manage to build the app on IOS (your last update fixed the expo plugin swift headers) but didn’t fix the sdk. now on ios presenting intercom shows a loading error (was working fine before the update to new arch and expo 53) and on android nothing happens when i call intercom.present() expo 53react 19react-native 0.79.2@intercom/intercom-react-native 8.4.0
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.