-
**Is your feature request related to a problem? Please describe.**
Add library for one signal (https://onesignal.com)Place it in tracardi/service/onsignal
TASK IS DONE when:
[ ] Code is clear a…
-
#### Description:
I am encountering a `403 Forbidden` error when attempting to send a notification using the `OneSignal::sendNotificationToUser` function in Laravel. The error message suggests that t…
-
### What happened?
I am in the progress of updating my app. However, when OneSignal v3 tries to initialize it is crashing.
I am using Flutter v3.24.0.
### Steps to reproduce?
```Markdown
1. Run …
-
**Describe the question**
Wondering if Onesignal is required to send Notifications?
**Screenshots**
Provide some screenshots to help us understand and explain your problem.
-
### How can we help?
i am facing this weird issue where im not getting notification for the first time, OneSignal.Notifications.addForegroundWillDisplayListener is called but it doesnt go inside the…
-
### What happened?
SDK returns wrong results for getPermissionAsync and requestPermission after user enables permissions via settings.
```typescript
const subscribe = async (): Promise => {
…
-
### What happened?
```
Future init() async {
OneSignal.Debug.setLogLevel(OSLogLevel.verbose);
OneSignal.Debug.setAlertLevel(OSLogLevel.none);
OneSignal.initialize(F.oneSignalKey);
…
-
### What happened?
Since version 5.0.6 some Android devices (f.e. Pixel 7, Android 14) in our OneSignal dashboard have "Subscription Status: Permission Not Granted". On my SM-T510 (Android 11) ever…
-
### What happened?
For version 5.0.5, when I initialize the SDK and call the permission request with fallbackToSettings: true, it always shows the 'your notifications are turned off, go to settings…
-
### What happened?
OneSignal.Notifications.addClickListener does not fire on the push notification tap when the app is killed (android).
Also, I run in release mode but the result is the same.
He…