question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Adnroid version 13.0.1 push notifications doesn't work

See original GitHub issue

I am using RN 59.10 and I was using version 12.5.1 and everything worked fine. Then I upgraded to 13.0.1 and I was not able to receive push notifications. I downgraded to 12.5.1 and it work again. In logs I catch this error: AndroidRuntime: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.robinpowered.react.Intercom.IntercomIntentService" on path: DexPathList[[zip file "/data/app/com.myapp.app-MjCojLNq91ID9dVsmf902Q==/base.apk"],nativeLibraryDirectories=[/data/app/com.myapp.app-MjCojLNq91ID9dVsmf902Q==/lib/arm64, /data/app/com.myapp.app-MjCojLNq91ID9dVsmf902Q==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64, /product/lib64]]

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:16 (1 by maintainers)

github_iconTop GitHub Comments

6reactions
tuncaulubilgecommented, Oct 3, 2019

You no longer need the IntercomIntentService after v13, so you can just remove it from your AndroidManifest.xml

See -> https://github.com/tinycreative/react-native-intercom/releases/tag/v13.0.0

4reactions
gabimonchacommented, Feb 20, 2020

What worked for me was:

  1. changing intercom sdk version to implementation 'io.intercom.android:intercom-sdk:6.+

  2. sending FCM to Intercom Intercom.sendTokenToIntercom(token)

  3. IMPORTANT! Leaving just one <action android:name="com.google.firebase.MESSAGING_EVENT" /> in AndroidManifest.xml I had three of them, one from expoKit, one from react-native-firebase and one from intercom. I left only the one from intercom, which was already extending RNFirebaseMessagingService

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android Notifications Not Showing Up? 10 Fixes You Can Try
Not seeing notifications show up on your Android phone? Try these fixes to get Android notifications working again.
Read more >
Android Notifications Not Working [ 2022 Ultimate Fixes]
Solution 1. Reboot The Phone ; Solution 2. Check System and App Notification Settings ; Solution 3. Disable Do Not Disturb Mode and...
Read more >
Android 13 Push Notification Developer Update Guide
This guide ensures your app is ready for Android 13's new Notification Permission ... The release of Android 13 comes with many push...
Read more >
How to Fix Notification Issue on MIUI China - YouTube
You can enable MIUI China notifications, fix notification issue on MIUI China. https://xiaomiui.net/fix- notifications -on-miui-china-208/
Read more >
Fix Notifications on MIUI: Easy way to solve the annoying ...
Due to the fact that Google services are not include by default in the China version, push notifications may sometimes not work correctly...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found