cordova-plugin-intercom
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "cordova-plugin-intercom", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Cordova plugin for Intercom for mobile", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -17,11 +17,11 @@ # Intercom for Cordova/PhoneGap | ||
cordova plugin add cordova-plugin-intercom --variable APP_ID="your_app_id" -variable IOS_API_KEY="ios_sdk-..." --variable ANDROID_API_KEY="android_sdk-..." | ||
cordova plugin add cordova-plugin-intercom --variable APP_ID="your_app_id" --variable IOS_API_KEY="ios_sdk-..." --variable ANDROID_API_KEY="android_sdk-..." | ||
If your app doesn't support iOS or Android, you can omit that API key. | ||
## PhoneGap | ||
## PhoneGap CLI | ||
To add the plugin to your PhoneGap app, add the following to your `config.xml`: | ||
<gap:plugin name="cordova-plugin-intercom" version="1.0.2" source="npm" > | ||
<gap:plugin name="cordova-plugin-intercom" version="1.0.5" source="npm" > | ||
<param name="APP_ID" value="your_app_id" /> | ||
@@ -34,2 +34,4 @@ <param name="IOS_API_KEY" value="ios_sdk-..." /> | ||
**Note:** Unfortunately, [PhoneGap build](https://build.phonegap.com) does not currently support [gradle builds](http://community.phonegap.com/nitobi/topics/phonegap-build-does-not-support-gradle-builds). This means on Android, our plugin only supports PhoneGap CLI or Cordova builds at this time. | ||
## How should I use Intercom in my mobile app? | ||
@@ -36,0 +38,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48033113
201