Expand Fin to email is now live on Fin Academy!
-
Recently active
Hi,I would like to link directly the Intercom’s customer list from to meta business manager to update automatically the customer audience.How is it possible ?Sincerely
The documentation and sample app show Intercom.setAPIKey being called from a Scene delegate. I would prefer not to configure that for my SwiftUI App if I don’t have to. In addition, we normally do not compile keys like this into our App, instead preferring to fetch them from the server.Are there any restrictions on when I call Intercom.setAPIKey? Does it have to be called on the main thread? Do I have to call setAPIKey from the Scene delegate? Can I wait to call it until after the user has logged in and communicated with our server to fetch the API key as long as I don’t call any other Intercom calls before that? Thanks,Tom
Hello,I am using react native 0.72.6 and I followed your documentation. When I start the application on Android, the app directly crashes.React Native: 0.72.6Intercom: 7.0.1Error log;04-17 20:41:03.757 16506 16565 E AndroidRuntime: FATAL EXCEPTION: WM.task-104-17 20:41:03.757 16506 16565 E AndroidRuntime: Process: com.xx.xx, PID: 1650604-17 20:41:03.757 16506 16565 E AndroidRuntime: java.lang.NoSuchFieldError: No instance field mDelegate of type Landroid/database/sqlite/SQLiteStatement; in class Landroidx/sqlite/db/framework/FrameworkSQLiteStatement; or its superclasses (declaration of 'androidx.sqlite.db.framework.FrameworkSQLiteStatement' appears in /data/app/~~-CoVl2828_OGDZn2i-axfA==/com.xx.xx-4SqgA3KMc2bMy==/base.apk!classes6.dex)04-17 20:41:03.757 16506 16565 E AndroidRuntime: at androidx.sqlite.db.framework.FrameworkSQLiteStatement.executeUpdateDelete(Unknown Source:0)04-17 20:41:03.757 16506 16565 E AndroidRuntime: at androidx.work.impl.model.WorkProgressDao_Impl.delete
Hello,I am encountering an issue with Intercom SDK version 17.0.1. The icon inside the launcher is not displaying properly; instead, there is just a white rectangle. This problem was not present in version 16 of the SDK.(Attach image)Category: Support OperationTAGS: App & Integrations, Mobile SDK
I’ve recently become unable to successfully build for Android with Intercom SDK I’m using "@intercom/intercom-react-native": "^7.0.1",and have configured my app.json / expo properly with ["@intercom/intercom-react-native",{"appId": "lxxxxxxxxp","androidApiKey": "anxxxxxxxxxxxxxxxx196","iosApiKey": "ioxxxxxxxxxxxxxxxxx29f","intercomRegion": "US","isPushNotificationsEnabledIOS": "true" // I know this is currently unsupported though I did set up my code to push native tokens to intercom as I assume itll get there soon.}],FAILURE: Build failed with an exception.* What went wrong:Could not determine the dependencies of task ':intercom_intercom-react-native:compileDebugJavaWithJavac'.> Could not resolve all dependencies for configuration ':intercom_intercom-react-native:debugCompileClasspath'. > Problems reading data from Binary store in /Users/joshuamohrer/.gradle/.tmp/gradle11368370330674472490.bin offset 1490991 exists? true* Try:> Run with --stacktrace option to get the stack
Is there any plans for Retool to be an available app on Intercom? This is one of my org’s main analytics platforms
In Android SDK version 15.7.1, the "Recent Message" and "Start Conversation" sections fail to appear on the Home Page when the device's language is set to Turkish.Screenshots are attached, taken on the same device, demonstrating the issue by only changing the language setting.Could anyone help us identify the potential cause of this problem or suggest any solutions? Any advice or insights would be greatly appreciated.
I'm seeking assistance with a problem we've encountered after updating our application to Android SDK version 15.8.x. Previously, under SDK version 15.7.1, users were able to take photos and send them as attachments without any issues. However, following the upgrade to SDK 15.8.x, the functionality to take and send photos as attachments no longer works. This issue has been observed across devices running Android Version 14.Could anyone help us identify the potential cause of this problem or suggest any solutions? Any advice or insights would be greatly appreciated.
When submitting our app to App Store Connect I am still receiving some warnings about missing required reasons. Using the binary-based scanner script located here I am seeing the following:Used symbols in binary ./Debug.app/Frameworks/Intercom.framework/Intercom: NSFileCreationDate, NSFileModificationDate, NSFileSystemFreeSize, NSFileSystemSize, NSURLContentModificationDateKey, NSURLCreationDateKey, NSUserDefaults, statLooking at the Intercom PrivacyInfo.xcprivacy as of version 17.0.0 I see entries for UserDefaults and SystemBootTime, but not FileTimestamp even though the script shows there are references within the framework to NSFileCreationDate, NSFileModificationDate, NSURLContentModificationDateKey, NSURLCreationDateKey and stat.Is this something you are aware of? Do you intend to add the appropriate reason to your privacy manifest?Thanks!
Hi! When I use a specific IP address, all my POST requests to the api (https://api-iam.intercom.io/messenger/web/ping) return a 403 error. However, this does not apply to other ip addresses. Is it possible that my ip address is blocked?
Our application uses OAuth to get user’s access token. We noticed that after a while tokes are revoked and API calls fails with unauthorized errors. An example:```json{ "type": "error.list", "request_id": "0003hg8qe7evlq01dqcg", "errors": [{ "code": "unauthorized", "message": "Access Token Invalid" }]}```May I ask if access tokens obtained through OAuth have expiration date? If there a way to debug why token is invalid now?
I’m running into a problem when attempting to sync contacts from our platform. Currently I’m doing the following:Call the contacts/search endpoint, searching by email address If Contact is found, update it If Contact is not found, attempt to create itI’m occasionally getting the following error on step #3:An archived contact matching those details already exists with id=123456 I cannot search for Contact 123456 in the UI. If I attempt to GET the Contact through the API, I get an error “User Not Found”.I cannot blindly update the Contact because I don’t know their Intercom ID, and that’s the only way to call an update that I can find.So how do I locate and update these archived records?
Has anyone ever successfully integrated a Scribe (scribehow.com) into an Intercom knowledge article? I can use HTML but I’d rather it have the look and feel of an embed snippet.
I've noticed that carousels (the automatic ones, meaning one controlled by our marketing team triggered based off user properties) render in our android app before app loading is completed. When app loading does complete, they dismiss themselves. So, they become basically unusable.We use the react native SDK.I didn't see any methods that I could use to control the lifecycle to disable it until app loading has completed. I don't want to have to rely on programmatically launching them since it kind of limits our growth team's capabilities.Any recommendations? I know that there’s a way to manually show articles by using the ID, but I’d love to be able to use this out-of-the-box platform-y set up that can enable our marketing team to use articles without engineering’s involvement. Haven’t been able to figure out from the documentation whether there’s a way to control the lifecycle.
I am unable to run any lldb debugger commands with intercom because I get the following error: warning: Swift error in scratch context: error: compiled module was created by a different version of the compiler '5.9.0.128.108'; rebuild 'Intercom' and try again: Intercom Aside from this, the app builds fine. Its just super annoying because I can no longer debug I am using Intercom 16.6.0
Hello Intercom Team. On iOS, since Friday April 5th, we are experiencing the following error when trying to add Intercom dependency through Swift Package Manager. We are using the last version of the SDK. 17.0.0Error:```xcodebuild: error: Could not resolve package dependencies:checksum of downloaded artifact of binary target 'Intercom' (5ed58eb8dd4392896a2b3e56c5c66fd862c2f3d29fb6d575d6a98a276cf944f7) does not match checksum specified by the manifest (d874522d04ed130894ca7026021151465b1d5a77fdb96a7ba905aea36260dce3)```Thanks in advance.
Hi, we published our sales/service automation tool with generative AI into Intercom appstore couple months ago. However, we did not get any users and we noticed that our ranking in the appstore is quite low. So I am wondering if anybody can share some tips about improving the appstore ranking?Thanks in advance!
It seems that the new Intercom SDK is not working on Android Lollipop as there’s no minSdkVersion field in the ApplicationInfo class. This happened after the DeviceUtils.getAppMinSdkVersionVersion method was added in 15.6.2.Fatal Exception: java.lang.NoSuchFieldError: No instance field minSdkVersion of type I in class Landroid/content/pm/ApplicationInfo; or its superclasses (declaration of 'android.content.pm.ApplicationInfo' appears in /system/framework/framework.jar) at io.intercom.android.sdk.utilities.commons.DeviceUtils.getAppMinSdkVersionVersion(DeviceUtils.java:32) at io.intercom.android.sdk.metrics.MetricTracker.<init>(MetricTracker.java:608) at io.intercom.android.sdk.metrics.MetricTracker.<init>(MetricTracker.java:597) at io.intercom.android.sdk.Injector.getMetricTracker(Injector.java:249) at io.intercom.android.sdk.Injector.getOverlayPresenter(Injector.java:272) at io.intercom.android.sdk.Injector.getResetManager(Injector.java:
I have an application with a few thousand users that I would like to create/update in intercom and synchronise at least weekly with attributes that are calculated by my backend and that are required for contextual engagement. The Contacts API does not support bulk updates and has two major constraints for large volume: i) it requires your app to understand whether a contact has already been created before calling with POST or PUT (the javascript SDK does not suffer from this); ii) the API rate limits are ridiculously small for any medium-sized user base (166 requests per 10s window, what???), which are even smaller if you need to check if a user exists before issuing either a POST or PUT. Furthermore, the Contacts API requires you to save the intercom id for a user for any updates, which is not user-friendly at all. The javascript SDK operates from the external_id provided (controlled by my app), while the REST API does not understand it at all and requires you to either call a GET or
Does anyone use the Bump by Userfeed app within their inbox? I really like the look of it but can't see to contact them! I think their calendly integration is broken and they don't reply to my messages.
Hello , I wish to synch new created salesforce task field with intercom automated task, But i cannot find the mapping of the tsk object in intercom.Best
Whenever we schedule a post from Intercom, user receives a push notification and opening it leads to a crash.It was working before we updated Intercom to 17.0.0, previous version we were on was 16.5.5. We are wondering if it's related to the change introduced in 16.6.0.iOS version we tested with: iOS 17.3.1, 17.4.1, 17.5Here's the stack trace: Last Exception Backtrace:0 CoreFoundation 0x1949cbf24 __exceptionPreprocess + 164 (NSException.m:249)1 libobjc.A.dylib 0x18c862018 objc_exception_throw + 60 (objc-exception.mm:356)2 Foundation 0x193897fe8 -[NSConcreteMutableAttributedString initWithString:attributes:] + 356 (NSAttributedString.m:1029)3 Intercom 0x105be84fc -[ICMActionButton initWithTitle:style:backgroundColor:foregroundColor:] + 3764 Intercom 0x105be82c4 -[ICMActionButton initFilledButtonWithTitle:] + 1405 Intercom 0x105c3cd24 -[ICMClosedConversationVie
Two questions on the Intercom webhooks (https://developers.intercom.com/building-apps/docs/webhooks - Are they all located the USA? - Are canvas kit webhooks from the same IPs?
Hi guys, I’m currently setting up on my react native project. And after going through the Android steps, I’m attempting to run `pos install` in my ios folder. (Since I’m running a React Native version of 0.70.5, the package should be linked automatically according to docs. However i keep getting this error, ~ which suggests that the package. Would appreciate some support on this.
All xcFrameworks on Intercom github have invalid signature hence apps using Intercom SDK can not compile at all
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.