Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-intercom

Package Overview
Dependencies
Maintainers
6
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-intercom - npm Package Versions

1
9

5.0.1

Diff

Changelog

Source

5.0.1 (2018-01-23)

  • Removes dependency on PackageManager.GET_META_DATA, which Cordova does not appear to generate any longer for new projects: #239.
conorintercom
published 5.0.0 •

Changelog

Source

5.0.0 (2018-01-22)

  • Supports cordova-android 7.0.0, the default Android build version when using cordova-cli 8.0.0, though it may also be specified on earlier versions (tested on Cordova 7.1.0)

  • Deprecates GCM as a push type in favor of FCM. This includes removing the ability to specify a GCM/FCM sender id directly from config.xml. To use push on Android, adding your google-services.json to the root of your project is now required.

  • Per the cordova-android 7.0.0 release notes, the minimum Android API version supported is now API Level 19.


Update guide:

  1. If you have not already done so, update your cordova-cli:
    npm install -g cordova
    cd my_project
    cordova platform remove android
    cordova platform add android@7.0.0
    
  2. Update plugin-cordova-intercom:
    cordova plugin remove cordova-plugin-intercom
    cordova plugin add cordova-plugin-intercom
    
  3. Ensure your config.xml specifies an android-minSdkVersion at or above 19:
    • <preference name="android-minSdkVersion" value="19" />
  4. To use push on Android:
    • Ensure you've added <preference name="intercom-android-push-type" value="FCM"/> to your config.xml
    • Copy your FCM google-services.json file to the root directory of your project.

NB: The above steps may not be exhaustive and are dependent on your app and system Cordova configuration

conorintercom
published 4.1.2 •

Changelog

Source

4.1.2 (2017-11-16)

  • Further fixes to issue with diagnostic messages on Android: #219.
conorintercom
published 4.1.1 •

Changelog

Source

4.1.1 (2017-11-15)

  • Fixed issue with diagnostic messages on Android: #219.
conorintercom
published 4.1.0 •

Changelog

Source

4.1.0 (2017-11-02)

  • Updated Intercom for Android to 4.1.x
  • Updated Intercom for iOS to 4.1.x
  • Added intercom.logout().
  • Added diagnostic messages for Android build errors.
conorintercom
published 4.0.0 •

Changelog

Source

4.0.0 (2017-08-29)

  • Updated Intercom for Android to 4.0.1
  • Updated Intercom for iOS to 4.0.1
  • Removed deprecated method intercom.setSecureMode(hmac, data).
  • Added support for iOS 11.
  • Added support for Android Oreo.
  • Updated GCM & FCM to version 11.
conorintercom
published 3.2.2 •

Changelog

Source

3.2.2 (2017-05-17)

  • Prevent unsafe versions of the Support Library being used to fix #182.
conorintercom
published 3.2.1 •

Changelog

Source

3.2.1 (2017-05-03)

  • Fixed build error reported in #180.
conorintercom
published 3.2.0 •

Changelog

Source

3.2.0 (2017-04-21)

  • Added a new method to the API intercom.setUserHash(userHash) to support Identity Verification. This method replaces intercom.setSecureMode(hmac, data) which was used for our previous security feature Secure Mode.
  • Updated Intercom for Android to 3.2.x.
  • Updated Intercom for iOS to 3.2.x.
conorintercom
published 3.1.3 •

Changelog

Source

3.1.3 (2017-04-05)

  • Added hook to ensure the local CocoaPods specs repo is up to date when installing the plugin (see #170).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc