diff --git a/android/app/src/main/assets/capacitor.config.json b/android/app/src/main/assets/capacitor.config.json index f1a37f1652..06b0ffa2cb 100644 --- a/android/app/src/main/assets/capacitor.config.json +++ b/android/app/src/main/assets/capacitor.config.json @@ -7,7 +7,9 @@ "plugins": { "IntercomPlugin": { "android-apiKey": "android_sdk-xxxx", - "android-appId": "yyyy" + "android-appId": "yyyy", + "ios-apiKey": "ios_sdk-xxxx", + "ios-appId": "yyyy" } } } diff --git a/capacitor.config.json b/capacitor.config.json index 0ab3d3bf9a..06b0ffa2cb 100644 --- a/capacitor.config.json +++ b/capacitor.config.json @@ -3,5 +3,13 @@ "appName": "Lunie", "bundledWebRuntime": false, "npmClient": "yarn", - "webDir": "dist" + "webDir": "dist", + "plugins": { + "IntercomPlugin": { + "android-apiKey": "android_sdk-xxxx", + "android-appId": "yyyy", + "ios-apiKey": "ios_sdk-xxxx", + "ios-appId": "yyyy" + } + } } diff --git a/changes/mario_3423-mobile-intercom-store b/changes/mario_3423-mobile-intercom-store new file mode 100644 index 0000000000..e3b8dc50d5 --- /dev/null +++ b/changes/mario_3423-mobile-intercom-store @@ -0,0 +1 @@ +[Added] [#3423](https://github.com/cosmos/lunie/issues/3423) Implement mobile Intercom using vuex store @mariopino \ No newline at end of file diff --git a/src/components/common/TmConnectedNetwork.vue b/src/components/common/TmConnectedNetwork.vue index 7d63e7a88d..c285d6e810 100644 --- a/src/components/common/TmConnectedNetwork.vue +++ b/src/components/common/TmConnectedNetwork.vue @@ -71,7 +71,7 @@