Something went wrong - Intercom on Android
See original GitHub issueHi,
I have followed all the steps for configuring Intercom for Android on our React Native Project. Steps followed:
- react-native link react-native-intercom
- Follow manual integration with this
If you'd rather not have push notifications in your app, you can use this dependency:
Result : build success
On intercom opening Getting this screen :
On adb logcat :
Getting this :
Intercom: Api call failed: {"type":"error.list","request_id":"000inqj90bj3mpbrov80","errors":[{"code":"not_found","message":"User Not Found"}]}
I rechecked again the Android API Key
and App Id
is correct.
Researched everywhere but solution nowhere to be found.
This is my react-native info :
Any help?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:12
- Comments:10 (1 by maintainers)
Top Results From Across the Web
"Something went wrong" - Interconnected - Intercom
Hi,. Using the mobile SDK and I have a singular user (at least reported) that gets this screen upon selecting the Intercom button....
Read more >React Native Android isn't working as expected. DisplayArticle ...
React Native Android isn't working as expected. DisplayArticle method shows a white screen with "Something went wrong". How do we fix thix?
Read more >Unable to connect from Android Apps - Interconnected
In INTERCOM iuas7kkt we are unable to connect to INTERCOM from Android apps, we dont have this problem with Web or iOS.
Read more >Android build error: packages do not exist - Interconnected
I am migrating from tinycreative/react-native-intercom to intercom/intercom-react-native(3.0.5). I'm not using push notifications.
Read more >Build error on android with the latest 4.0.0 version
Again, please be assured that we have done all we can on our side to get this prioritised with our engineering team and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For me the issue was with userId, I was using number instead of string, once I changed it Intercom worked
Everything works fine on iOS simulator using Xcode, but greeted with this same screen as OP when using Android. I’m getting this without any Intercom related logged errors as well. Unlike @Dirkhuethorst, mine doesn’t work for emulator or physical device.