Skip to main content
Answered

Expo - Push notifications not working

  • January 31, 2025
  • 6 replies
  • 232 views

Hello,

We are currently migrating our react-native app to Expo and we are facing some issues with Intercom push notifications.

We are using:

"@intercom/intercom-react-native": "8.1.0",
"expo": "52.0.28",

And in app.config.ts, this is our intercom setup:

'@intercom/intercom-react-native',{  appId: process.env.EXPO_PUBLIC_SECRETS_INTERCOM_APP_ID,  androidApiKey: process.env.EXPO_PUBLIC_SECRETS_INTERCOM_ANDROID_API_KEY,  iosApiKey: process.env.EXPO_PUBLIC_SECRETS_INTERCOM_IOS_API_KEY}

We have followed the rest of the setup mentioned on github.

It seems that the chat works when we open it from the app. The user can send and receive messages as expected.

The problem is that the push notifications don’t seem to work at all. We don’t receive any notification when the app is on the background or closed.

Could you please advice on what we can check?

 

Thank you,

Nikos

Best answer by mateusz.leszkiewicz

@Nazar Zabirko It’s Mat from the Support Engineering Team 😀

I am sorry to hear that. I hope that you will find a better solution out there if Intercom is not fulfilling your needs. 

We are doing our best to support our customers. If you have any pointers and are willing to share them, please reach out to us via Messenger in your Workspace.

View original
Did this topic help you find an answer to your question?

6 replies

  • New Participant
  • 3 replies
  • February 5, 2025

Do you use expo-notifications to request user permission?
also for android you could try out to set notifications channel:
 

if (Platform.OS === 'android') {
        await Notifications.setNotificationChannelAsync('intercom', {
          name: 'Intercom',
          description: 'Channel for intercom',
          importance: Notifications.AndroidImportance.MAX,
          vibrationPattern: [0, 250, 250, 250],
          lightColor: YOUR_COLOR,
        })
      }

 


  • Author
  • New Participant
  • 3 replies
  • February 5, 2025

Thank you ​@Nazar Zabirko for your answer. No we don’t use expo-notifications to request user permission. We are using requestNotifications from react-native-permissions package. 

Let me add to this that we are using Braze as well on our project, through which we send/receive notifications normally. 

We could try expo-notifications though and see if we get a different outcome


  • Author
  • New Participant
  • 3 replies
  • February 11, 2025

I got an answer from Intercom support:

I actually had a look through our side and I can see that we currently have an open issue regarding Expo not working at all with Intercom.

However regarding this issue, it seems that push notifications are indeed supported, so we will need to update the docs on our side to reflect this.

 

There seems to be an open issue on their side but they have tried to make notifications work in the past. Let’s hope that they fix it soon


  • Author
  • New Participant
  • 3 replies
  • February 18, 2025

Intercom keeps automatically marking the last answer as the right one. If you are here please note that:

 

 

THIS IS NOT THE RIGHT ANSWER!!!


  • New Participant
  • 3 replies
  • February 20, 2025

there is nothing right to use intercom haha


mateusz.leszkiewicz
Intercom Team
Forum|alt.badge.img+5

@Nazar Zabirko It’s Mat from the Support Engineering Team 😀

I am sorry to hear that. I hope that you will find a better solution out there if Intercom is not fulfilling your needs. 

We are doing our best to support our customers. If you have any pointers and are willing to share them, please reach out to us via Messenger in your Workspace.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings