Skip to content

Commit

Permalink
Merge pull request #318 from intercom/vinesh/update_12.2.2
Browse files Browse the repository at this point in the history
Release 12.1.0
  • Loading branch information
theVinesh committed Jun 3, 2022
2 parents bde51df + 2bfed1f commit 815dabf
Show file tree
Hide file tree
Showing 13 changed files with 1,991 additions and 752 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Intercom for Cordova/PhoneGap

## 12.1.0 (2022-06-01)
* The Intercom Cordova plugin has been updated to use the latest version of the Intercom's iOS SDK (v12.4.0) and Android SDK (v12.4.1)
* You can now display a Survey programmatically with `intercom.displaySurvey("12345")`

## 12.0.0 (2022-03-30)
#### v12.0.0 of the Cordova plugin supports the latest version (12.0.0) of the Intercom mobile SDK.
##### 🚀 Enhancements
Expand Down
9 changes: 9 additions & 0 deletions Example/config.xml
Expand Up @@ -50,4 +50,13 @@
<preference name="intercom-app-id" value="YOUR_APP_ID" />
<preference name="intercom-ios-api-key" value="YOUR_IOS_API_KEY" />
<preference name="intercom-android-api-key" value="YOUR_ANDROID_API_KEY" />

<!-- Uncomment to change region -->

<!-- <config-file target="AndroidManifest.xml" parent="/manifest/application">
<meta-data android:name="io.intercom.android.sdk.server.region" android:value="@integer/intercom_server_region_aus" />
</config-file> -->
<!-- <config-file target="*-Info.plist" parent="IntercomRegion">
<string>AU</string>
</config-file> -->
</widget>

0 comments on commit 815dabf

Please sign in to comment.