Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Error Initalizing SDK  #75

@Joshandrews43

Description

@Joshandrews43

EDIT: Assuming this is because im using v6, but will leave this here for a few days to check
EDIT 2: Swapped to "@intercom/intercom-react-native": "4.0.1", as specified in the docs and now it crashes

Trying to set this up for the first time and get this error:
[Error: ERROR - Tried to update user, but there was a problem with the SDK's initialisation.]

Also Intercom.present() shows the intercom client, but it is stuck in a loading state.

Using expo 49 and I've triple checked all my API keys and app Id are correct

Package.json:

    "@intercom/intercom-react-native": "^6.2.0",
    "config-plugin-react-native-intercom": "^1.10.1",
    "expo-build-properties": "~0.8.3",

My config:

[  
  "config-plugin-react-native-intercom",
    {
      "iosApiKey": "xxx",
      "androidApiKey": "xxx",
      "appId": "xxxx",
      "iosPhotoUsageDescription": "XXXX uses photos for you to upload to support agents",
      "isPushNotificationsEnabledIOS": true,
      "isPushNotificationsEnabledAndroid": true
    }
],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions