-
### What happened?
It seems that removeEventListener doesn't work as expected
I have the following code :
useEffect(() =>
{
const eventMethod = (event: any) =>
…
-
### How can we help?
Hi,
I just reopen this issues (https://github.com/OneSignal/OneSignal-Flutter-SDK/issues/723) that in 5.2.2 is still same issue
in original firebase, using FirebaseMessaging.…
-
### What happened?
Onesignal push notification works fine in android 12 and above perfectly but in versions less than that the following problems are faced:
1. Notification small icon not displayed …
-
### What happened?
The latest version of the SDK causes the push prompt to show forever.
### Steps to reproduce?
```Markdown
To reproduce just allow notifications and quit the app fast enough, next…
-
### What happened?
I’m trying to implement Android `INotificationServiceExtension` in a .NET MAUI application using OneSignalSDK.DotNet 5.0.2
I have followed the instructions from https://documentat…
-
### What happened?
The subscriptionId is unexpectedly empty despite being non-null. This issue has emerged recently; approximately six months ago, the functionality was functioning correctly.
I al…
-
### What happened?
I'm using the OneSignal SDK to handle notifications in my React Native mobile app, compatible with both iOS and Android. Currently, I'm encountering an issue while running my app i…
-
### What happened?
After the upgrade from v4 to v5 I am getting the Native Android error and receive no push.
### Steps to reproduce?
```Markdown
-Upgrade from V4 to 5.1.0 or any other 5.x.x versio…
-
### What's on your mind?
When calling OneSignal.Notifications.canRequestPermission() on Android version < 13, the return value always seems to be **true**. This may be misleading because you cannot r…
-
### What happened?
Install `"onesignal-cordova-plugin": "^5.2.1",`
in iOS pod:
```pod
target 'OneSignalNotificationServiceExtension' do
pod 'OneSignalXCFramework', '>= 5.0', '< 6.0'
end
`…