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?
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#
- Capacitor
- Cordova
- Enterprise
$ npm install cordova-plugin-intercom $ npm install @ionic-native/intercom $ ionic cap sync
$ ionic cordova plugin add cordova-plugin-intercom $ npm install @ionic-native/intercom
Ionic Enterprise comes with fully supported and maintained plugins from the Ionic Team. Learn More or if you're interested in an enterprise version of this plugin Contact Us
#
Supported Platforms- Android
- iOS
#
Usage#
ReactLearn more about using Ionic Native components in React
#
Angularimport { Intercom } from '@ionic-native/intercom/ngx';
constructor(private intercom: Intercom) { }
...
this.intercom.registerUnidentifiedUser();...this.intercom.registerForPush();