Intercom's iOS SDK. Intercom is a paid for service that provides tools around chat, customer chat, customer engagement, and customer acquisition.
Questions tagged [intercom-ios]
14 questions
9
votes
1 answer
PODS_ROOT and other pods env variables not set when compiling Ionic app
I have built an Ionic 2 app which uses Intercom (a third-party extension). Intercom is installed using cocoapods.
When compiling my app I am given the errors:
diff: /Podfile.lock: No such file or directory
diff: /Manifest.lock: No such file or…

Mike
- 8,767
- 8
- 49
- 103
1
vote
1 answer
I am trying to setup intercom in react native ,getting issue of Failed Identity Verification check
I am trying to set intercom in react native ,my hash is generating properly compared with HASH generator,passing exact params ,verified every key and setup,still getting issue of
Error logging in user: [Error: ERROR - [HTTP 401] - Failed Identity…

Manish Kumar
- 997
- 2
- 13
- 30
1
vote
1 answer
Use of undeclared identifier 'Intercom' in AppDelegate.m - react-native-intercom
I am using react-native-intercom to manage Intercom in my app. I have installed the Intercom iOS SDK using CocoaPods, and linked the react-native-intercom. But Build failed with error Use of undeclared identifier 'Intercom' in AppDelegate.m -…

Kumar
- 436
- 1
- 4
- 16
1
vote
1 answer
Intercom : iOS App crashing on updating user only on iOS 10.3.2
We have few iOS users for whom app is crashing while updating user on Intercom. All are having iOS 10.3.2.
This is how we update user on Intercom after registration
registerIntercomUser(userNo: self.gbl.getUserNo())
_ = dispatch_after(1)…

Praful Kadam
- 372
- 6
- 22
1
vote
1 answer
Integrating Intercom into Swift iOS app
I am trying to use the Intercom iOS SDK in a Swift app that I am building. However, all their documentation is written in Objective-C. As I am just starting out I am not quite sure how to implement Intercom in my application.
I've added "pod…

user3753098
- 216
- 1
- 4
- 14
0
votes
3 answers
How to access environment variables located in .env - React Native
I currently have .env file in which I am saving api keys and such (not actual keys in the example below):
API_URL=https://www.example.si/3000
IOS_API_KEY=738d7hfu3hffsjfsd
STRIPE_KEY=pk_fh843f483ff3f43f34
APP_ID=pk_fh843f483ff3f43f34
I need to…

Amadej Šenk
- 53
- 2
- 9
0
votes
1 answer
Intercom Interface return text with symbol "_"
I have checked and implemented the intercom SDK in my ios app as per instructions given in intercom guideline document and Its working fine but I'm facing an issue that the some of the strings in the interface show with _. Like your_conversation,…

user14588583
- 11
- 2
0
votes
1 answer
Unable to send custom data attribute in flutter_intercom
I am using intercom_flutter package to integrate the intercom in my mobile app. The application is working fine and I am able to update the default user information (data attributes). However, unable to update the custom information (custom data…

Jak
- 2,893
- 3
- 19
- 33
0
votes
2 answers
react-native-intercom throws cryptic error - Undefined symbols for architecture x86_64
I am using react-native-intercom plugin along with latest intercom ios library using manual linking.
The project is building fine till linking stage and then throws this error.
I have done all the steps described in the intercom manual linking…

Gautam
- 1,030
- 13
- 37
0
votes
1 answer
iOS Intercom crash when tapping default icon
I'm using Intercom for iOS. Version 2 is working fine. After upgrading to Version 3.0.17, and tapping the intercom icon, or after tapping back from the intercom messenger i got this error:
[ICMInboxTitleView addTitleText]is using a bad range
Can I…

Ted
- 22,696
- 11
- 95
- 109
0
votes
1 answer
Having users with no emails set in Intercom service
I'm using intercom SDK and implement [Intercom registerUserWithEmail:...]; methods after user logs in or registers, also every launch i call:
- (void)applicationDidBecomeActive:(UIApplication *)application {
NSString *userEmail = [Utilities…

Ivan Androsenko
- 608
- 6
- 15
0
votes
1 answer
Intercom push notifications in swift
I am trying to register an app for intercoms push notifications. They have instructions here: https://docs.intercom.io/Install-on-your-mobile-product/enabling-push-notifications-with-intercom-for-ios
They give this code in obj c, but my app is in…

Deekor
- 9,144
- 16
- 69
- 121
0
votes
1 answer
Intercom.io Custom Attributes for Swift aren't working
I'm trying to implement custom attributes for Intercom.io into my iOS app. I'm in XCode 7, Swift 2 and iOS 9.
Here's my code:
class func updateUser(user: User) {
Intercom.updateUserWithAttributes([
"name": user.name,
"email":…

Nash Islam
- 63
- 7
0
votes
1 answer
catch notification and do something
I'm working with Intercom's iOS SDK and reading through the Header available I found:
//=========================================================================================================
/*! @name Intercom Notifications…

Deekor
- 9,144
- 16
- 69
- 121