Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Receive native push notifications from Intercom chat #84

Open
agustinramos opened this issue Apr 11, 2023 · 2 comments
Open

Receive native push notifications from Intercom chat #84

agustinramos opened this issue Apr 11, 2023 · 2 comments

Comments

@agustinramos
Copy link

Describe the bug
I can not receive a native notification

To Reproduce
Steps to reproduce the behavior:

  1. Open app
  2. Send message to the user from the intercom panel
  3. I don't receive the native notification but if I am inside the app I receive the notification with:
    PushNotifications.addListener(
    'pushNotificationReceived',
    (notification: PushNotificationSchema) => {
    console.debug('Push received: ' + JSON.stringify(notification))
    }
    )

Expected behavior
See a native notification
Example:
Image from iOS

Desktop (please complete the following information):

  • OS: [Android. iOS]

Smartphone (please complete the following information):

  • Device: all
@lippytak
Copy link

@agustinramos were you able to get this working for Android? I'm able to get Intercom iOS push to work alright, but not Android.

@RobSchilderr
Copy link

@agustinramos were you able to get this working for Android? I'm able to get Intercom iOS push to work alright, but not Android.

Could you share the code you do to get the iOS push working?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants