Answered

Users have reported that they are unable to send pictures on the Android devices

  • 3 August 2023
  • 1 reply
  • 143 views

Hi Intercom:

When using Intercom, some users have provided feedback that they are unable to send pictures on the Android system. when trying to send pictures, it prompts an error: unable to send.However, we can still receive text messages.

we use @intercom/intercom-react-native, here is the dependencies:

{
"react-native": "0.64.4",
"@intercom/intercom-react-native": "3.0.0",
"expo": "^44.0.4"
}

android/build.gradle information:

buildscript {
ext {
buildToolsVersion = "30.0.3"
minSdkVersion = 24
compileSdkVersion = 32
targetSdkVersion = 31
multiDexEnabled = true
readerSdkVersion = "1.5.6"
}
}

here is the information collected from users.

Android Device: SM-A426U
Android OS version: 13

Could you please take a look, Thanks in advance!

icon

Best answer by Jacob Cox 5 August 2023, 23:26

View original

1 reply

Userlevel 4
Badge +5

Hey there @leoleo !

It looks like you’re using an old version of our React Native SDK. We are currently on version 5.1.2. Can you update your SDK and test it out by attaching an image to a message and seeing if it sends? 

Reply