react-native-pusher-push-notifications
react-native-pusher-push-notifications copied to clipboard
Manage pusher interest subscriptions and notification events in Javascript.
on iOS, when I receive a notification with the app closed, if I open the App normally (without pressing the notification), the function RNPusherPushNotifications.on is called anyway, as if I...
My push notification works, but does not have sound when mobile get it. By default it should has sound. In other applications sounds work (not our where we use pusher...
Hi there, I did every step and still not working on iOS, and not receiving notifications It work on android without issues, Tried: - Created APN in app store and...
How can we navigate the user to a specific screen when the user tap on notifications?

Hello guys, I don't receive notifications from the pusher. error: Unrecoverable error when registering device with Pusher Beams (Reason - Bad JWT: No APNs credentials are configured for this instance)
I am getting this error when init push notification using this code ``` RNPusherPushNotifications.setInstanceId(Pusher.PUSHER_INSTANCE_ID); ``` ``` ERROR TypeError: Cannot read property 'setAppKey' of null ```
When i try to run on android I get this error: `Duplicate class com.google.android.gms.internal.measurement.zzdu found in modules jetified-firebase-analytics-impl-16.1.1-runtime (com.google.firebase:firebase-analytics-impl:16.1.1) and jetified-play-services-measurement-sdk-api-21.3.0-runtime (com.google.android.gms:play-services-measurement-sdk-api:21.3.0)`
I get this error on Crashlytics on Android plataform: Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.host/com.pusher.pushnotifications.reporting.OpenNotificationActivity}: java.lang.NullPointerException: intent.extras must not be null at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4111) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4277) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) at...
I get this error on Crashlytics on Android plataform: com.facebook.react.bridge.WritableNativeArray.pushNativeMap (WritableNativeArray.java) com.facebook.react.bridge.WritableNativeArray.pushMap (WritableNativeArray.java:57) com.facebook.react.bridge.Arguments.fromJavaArgs (Arguments.java:183) com.facebook.react.bridge.JavaScriptModuleRegistry$JavaScriptModuleInvocationHandler.invoke (JavaScriptModuleRegistry.java:83) java.lang.reflect.Proxy.invoke (Proxy.java:1006) $Proxy23.emit com.b8ne.RNPusherPushNotifications.NotificationsMessagingService$1$1.onReactContextInitialized (NotificationsMessagingService.java:61) com.facebook.react.ReactInstanceManager$6.run (ReactInstanceManager.java:1207) android.os.Handler.handleCallback (Handler.java:938) [stacktrace.txt](https://github.com/b8ne/react-native-pusher-push-notifications/files/11422031/stacktrace.txt)