This is a plugin that allows your Cordova or PhoneGap app to use Intercom for iOS and/or Intercom for Android.
- Intercom for iOS supports iOS 10 and above.
- Intercom for Android supports API 21 and above.
👋 We are moving all our issues support to 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.
To install the plugin in your Cordova app, run the following:
cordova plugin add cordova-plugin-intercom
To add the plugin to your PhoneGap app, add the following to your config.xml
:
<plugin name="cordova-plugin-intercom" version="~8.0.0" />
An example app is provided here that shows a basic Cordova/Phonegap app integration with Intercom.
- Our installation guide contains full setup and initialisation instructions.
- The configuration guide provides info on how to configure Intercom for Cordova/Phonegap.
- Read our guide on Push Notifications support.
- Please contact us on Intercom with any questions you may have, we're only a message away!
Thanks to Josh Dover from AskU for making a Cordova plugin for Intercom for iOS which helped lots of people to integrate Intercom in their iOS Cordova apps. 👍
intercom-cordova is released under the MIT License.