React-native-intercom: Spinner loading forever

Created on 16 Jun 2019  路  3Comments  路  Source: tinycreative/react-native-intercom

I'm trying to display Intercom using either Intercom.displayConversationsList(); or Intercom.displayMessageComposer(); but I'm getting a blank page that has a spinner that keeps spinning forever:

IMG_5090

In the logs, I'm also getting:
[Intercom] ERROR - Tried to send metrics, but there was a problem with the SDK's initialisation.
What am I doing wrong?

Most helpful comment

@SpaceWind yup, that was it. I had incorrect key as the API key. @lachiet I didn't have any problems after putting the correct keys. Check your error logs in Xcode/LogCat by searching for Intercom. In my case it was telling the error was related to keys, I've just missed it.

All 3 comments

That happened to me when I forgot to set ApiKey and AppId in AppDelegate.m

Same thing has started randomly happening for us - any updates on this?

@SpaceWind yup, that was it. I had incorrect key as the API key. @lachiet I didn't have any problems after putting the correct keys. Check your error logs in Xcode/LogCat by searching for Intercom. In my case it was telling the error was related to keys, I've just missed it.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aditibarbhai picture aditibarbhai  路  6Comments

nazarTrynko picture nazarTrynko  路  6Comments

larryranches picture larryranches  路  10Comments

klamping picture klamping  路  11Comments

AlmogRnD picture AlmogRnD  路  7Comments