-
### How can we help?
I am using version ` "react-native-onesignal": "^5.1.3",`
Initializing the OneSignal SDK in App.js in my React-native application like so:
```
useEffect(() => {
…
-
### What happened?
After migrating from OneSignal SDK v4.8.6 to v5.1.5, the `OneSignal.Notifications.addClickListener` no longer works on Huawei (HMS) devices when clicking on a push notification.
…
-
### What happened?
Hello `react-native-onesignal` team,
I recently updated to v5.0.1 and experiencing an issue on Android where Push Notifications are not coming after first app opening.
Whenever…
-
### What happened?
react-native: 0.73.2
device: iphone 12 mini
iOS version: 17.3.1
onesignal version: 5.0.5
I implemented actions to change based on whether the return value of requestPermi…
-
### How can we help?
Immediately after invoking OneSignal.Default.Initialize(), we wireup delegates for **NotificationWillShow** and **NotificationOpened**, however I'm only seeing **NotificationOpen…
-
### What happened?
i am unable to handle background notification
notificationBuilder = new NotificationCompat.Builder(this, CHANNEL_ID)
.setContentTitle(name)
…
-
### What happened?
In our project we use:
1. OneSignal SDK for remote notifications
2. Several Firebase SDKs (Firebase Auth, Firebase Cloud Messaging, Firebase Crashlytics)
2.1 Firebase Auth fo…
-
### What happened?
The latest version of SDK cause crash in Samsung Device Galaxy A13.
Error:- Caused by android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.Bind…
-
### How can we help?
We currently able to receive web desktop notifications successfully and would like to know if it is possible and how to prevent web notifications from showing when the tab being …
-
### What happened?
Using 5.1.13 release.
Calling OneSignal.getUser().getPushSubscription().optOut() does opt the user out as reflected on the dashboard. However, immediately calling OneSignal.ge…