Skip to content

Commit

Permalink
Update links in Readme (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
Br1an-Boyle authored Jun 6, 2024
1 parent f0fa43c commit 1635fa7
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,25 +45,29 @@ cordova plugin add cordova-plugin-intercom

To add the plugin to your PhoneGap app, add the following to your `config.xml`:
```xml
<plugin name="cordova-plugin-intercom" version="~12.1.0" />
<plugin name="cordova-plugin-intercom" version="14.0.0" />
```

### Requirements
| Name | Required Version |
| ----------- | ----------- |
| cordova | 12.0.0 |
| cordova-android | 13.0.0 |
| cordova-ios | 7.1.0 |
| iOS SDK | 15.0.0 |
| Android SDK | 34 |

## Example App

An example app is provided [here](https://github.com/intercom/intercom-cordova/tree/master/Example) that shows a basic Cordova/Phonegap app integration with Intercom.

## Setup and Configuration

* Our [installation guide](https://developers.intercom.com/docs/cordova-phonegap-installation) contains full setup and initialisation instructions.
* The [configuration guide](https://developers.intercom.com/docs/cordova-phonegap-configuration) provides info on how to configure Intercom for Cordova/Phonegap.
* Read our guide on [Push Notifications](https://developers.intercom.com/docs/cordova-phonegap-push-notifications) support.
* Our [installation guide]((https://developers.intercom.com/installing-intercom/cordova-phonegap/installation/)) contains full setup and initialisation instructions.
* The [configuration guide](https://developers.intercom.com/installing-intercom/cordova-phonegap/configuration/) provides info on how to configure Intercom for Cordova/Phonegap.
* Read our guide on [Push Notifications](https://developers.intercom.com/installing-intercom/cordova-phonegap/push-notifications/) support.
* Please contact us on [Intercom](https://www.intercom.com/) with any questions you may have, we're only a message away!

## Android 12
* Starting with version ```11.1.0```, Intercom cordova plugin requires you to target Android 12.
This means you may have to set the exported flag to your MainActivity.

Please check our example project's [config.xml](https://github.com/intercom/intercom-cordova/blob/master/Example/config.xml) to see how you can set this in your app.

## Acknowledgements

Expand Down

0 comments on commit 1635fa7

Please sign in to comment.