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:

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?
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.
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.