All Projects → intercom → Intercom Ios

intercom / Intercom Ios

Licence: other
📱 Intercom for iOS, for integrating Intercom into your iOS application.

Programming Languages

swift
15916 projects

Labels

Projects that are alternatives of or similar to Intercom Ios

Firebase Ios Sdk
Firebase iOS SDK
Stars: ✭ 3,309 (+960.58%)
Mutual labels:  ios-sdk
iOS-10-Sampler
Code examples for the new features of iOS 10.
Stars: ✭ 72 (-76.92%)
Mutual labels:  ios-sdk
KSYAirStreamer iOS
金山云 iOS Airplay 录屏直播SDK
Stars: ✭ 44 (-85.9%)
Mutual labels:  ios-sdk
shake-ios
Bug and crash reporting SDK for iOS apps.
Stars: ✭ 25 (-91.99%)
Mutual labels:  ios-sdk
connect-sdk-client-ios
Ingenico Connect iOS Objective-C Client SDK
Stars: ✭ 17 (-94.55%)
Mutual labels:  ios-sdk
powerauth-mobile-sdk
PowerAuth Mobile SDK for adds capability for authentication and transaction signing into the mobile apps (ios, watchos, android).
Stars: ✭ 27 (-91.35%)
Mutual labels:  ios-sdk
Mycoretextlabel
图文混排 , 实现图片文字混排 , 可显示常规链接比如网址,@,#话题#,手机号 , 邮箱号等 , 可以自定义链接字,设置关键字高亮等功能 . 适用于微博,微信,IM聊天对话等场景 . 实现这些功能仅用了几百行代码,耦合性也较低
Stars: ✭ 192 (-38.46%)
Mutual labels:  ios-sdk
clevertap-ios-sdk
CleverTap iOS SDK
Stars: ✭ 39 (-87.5%)
Mutual labels:  ios-sdk
tuyasmart home ios sdk
Tuya Smart iOS Home SDK
Stars: ✭ 48 (-84.62%)
Mutual labels:  ios-sdk
AppFeedback-ios
📸 You can post feedback messages and screenshots to Slack from your iOS app! 🎥
Stars: ✭ 39 (-87.5%)
Mutual labels:  ios-sdk
iOS-Monitor-Resources
对各厂商的 iOS SDK 性能监控方案的整理和收集后的资源
Stars: ✭ 31 (-90.06%)
Mutual labels:  ios-sdk
unity-arkit-charts-demo
iOS 11 ARKit Charts Demo
Stars: ✭ 13 (-95.83%)
Mutual labels:  ios-sdk
ans-ios-sdk
Analysys iOS SDK
Stars: ✭ 29 (-90.71%)
Mutual labels:  ios-sdk
extensions-kit
📦 Collection of Swift+Apple Frameworks extensions for speeding up software development [iOS & iPadOS].
Stars: ✭ 71 (-77.24%)
Mutual labels:  ios-sdk
RatingBar
评分条/星级条(类似于淘宝/京东/1号店/亚马逊等商城类的评分条)
Stars: ✭ 50 (-83.97%)
Mutual labels:  ios-sdk
Instabug Ios
In-app feedback and bug reporting tool for apps.
Stars: ✭ 244 (-21.79%)
Mutual labels:  ios-sdk
ShopCarAnimation
购物车类的抛物线动画(支持上抛或者下抛) && 阻尼动画(弹球动画)
Stars: ✭ 55 (-82.37%)
Mutual labels:  ios-sdk
Newschannel
新闻频道栏/滚动栏(网易新闻,新浪新闻,搜狐新闻,今日头条,聚划算,腾讯视频,优酷等类的频道栏),支持小红点标识 && 懒加载 && 缓存 && 排序 && 增删等
Stars: ✭ 256 (-17.95%)
Mutual labels:  ios-sdk
webex-ios-sdk
Integrate Webex into your iOS apps quickly. Example:https://github.com/webex/webex-ios-sdk-example API-reference:https://webex.github.io/webex-ios-sdk/ API-reference-v2:https://webex.github.io/webex-ios-sdk/v2/
Stars: ✭ 17 (-94.55%)
Mutual labels:  ios-sdk
GoogleSignIn-iOS
Enables iOS and macOS apps to sign in with Google.
Stars: ✭ 198 (-36.54%)
Mutual labels:  ios-sdk

CocoaPods Languages CocoaPods carthage compatible Apache License

Onboard, retain and support mobile users at scale

Engage customers with email, push, and in‑app messages and support them with an integrated knowledge base and help desk.

The Intercom Messenger

The Intercom Messenger is the home for the conversations your customers have with you via Intercom, and the place where they can self-serve for support or to learn more about your product.

The Messenger works for both logged in and logged out users. It’s worth reading the detailed instructions in our developer docs on user management before you get started.

You can open the Intercom Messenger from a button in your app, programmatically when someone does something, or from a persistent button that sits over your app’s UI.

When you trigger the Intercom Messenger, your customer is presented with a home screen. This is configurable inside Intercom to change how it looks and what’s presented.

From there, your customer can search for help articles or start a conversation. A conversation goes to your inbox inside Intercom, and replies in both directions happen in real time. You can also send push notifications to your customers to let them know they have a reply after they’ve left your app.

iOSREadme1

Outbound messaging features

You can send messages to your customers from Intercom, and the mobile SDK will present them in your app. Messages can be targeted at specific users or groups of users, and can be scheduled to be sent during specific time windows.

Companies use this for many use cases, including onboarding new users, announcing features, proactive support, important notices etc.

The mobile SDK supports many different message formats, all of which can be created and configured inside Intercom. These include:

  • Push notifications - these can open your app or follow a deep link.
  • Chats - messages from someone in your team to your customer.
  • Mobile Carousels - highly customizable, multi-screen messages with calls to action and device permissions.
  • Small posts - a short announcement.
  • Large posts - a full screen announcement.

We check for new messages when your app opens and whenever your customer or your app interacts with Intercom.

iOS - Content types

Installation

Intercom for iOS supports iOS 10+. Xcode 12 is required to build Intercom iOS SDK. The binary size for Intercom is 2.3MB.

CocoaPods

Cocoapods 1.10 is required to install Intercom. Add the Intercom pod into your Podfile and run pod install.

    target :YourTargetName do
      pod 'Intercom'
    end

Swift Package Manager

Add https://github.com/intercom/intercom-ios as a Swift Package Repository in Xcode and follow the instructions to add Intercom as a Swift Package.

spm

Manual Installation

  1. Download Intercom for iOS and extract the zip.
  2. Drag Intercom.xcframework into your project.
xcframework_drag

Make sure "Copy items if needed" is selected and click Finish.

copy_items
  1. In the target settings for your app, set the Intercom.xcframework to “Embed & Sign”. This can be found in the “Frameworks, Libraries, and Embedded Content” section of the “General” tab.
embed_sign

Update Info.plist

Photo Library usage:

With the exception of apps that only support iOS 14+, when installing Intercom, you'll need to make sure that you have a NSPhotoLibraryUsageDescription entry in your Info.plist.

For apps that support iOS 13 or lower, this is required by Apple to access the photo library. It is necessary when installing Intercom due to the image upload functionality. Users will be prompted for the photo library permission only when they tap the image upload button.

On iOS 14+, Intercom uses the new PHPickerViewController API which does not require requesting users for photo library permission.

Example app

There are example apps provided here for Objective-C and Swift, as well as an example built with SwiftUI.

Setup and Configuration

Customer Support

👋 Contact us with any issues at our Intercom Developer Hub available here. If you bump into any problems or need more support, just start a conversation using Intercom there and it will be immediately routed to our Customer Support Engineers.

Cordova/Phonegap Support

Looking for Cordova/Phonegap support? We have a Cordova Plugin for Intercom 🎉

What about events, push notifications, company and user data?

Intercom for iOS has support for all these things. For full details please read our documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].