Skip to main content

Intercom

This is a plugin that allows your Ionic app to use Intercom for iOS and/or Intercom for Android. Follow the offical documentation to setup this plugin correctly: https://developers.intercom.com/docs/cordova-phonegap-configuration

https://github.com/intercom/intercom-cordova

Stuck on a Cordova issue?

Don't waste precious time on plugin issues.

If you're building a serious project, you can't afford to spend hours troubleshooting. Ionic’s experts offer premium advisory services for both community plugins and premier plugins.

Installation#

$ npm install cordova-plugin-intercom
$ npm install @ionic-native/intercom
$ ionic cap sync

Supported Platforms#

  • Android
  • iOS

Usage#

React#

Learn more about using Ionic Native components in React

Angular#

import { Intercom } from '@ionic-native/intercom/ngx';
constructor(private intercom: Intercom) { }
...
this.intercom.registerUnidentifiedUser();
...
this.intercom.registerForPush();