-
# Bug
(sorry for my bad English)
When I receive a notification the ios badge increments.
When I launch my application and I return to the home the badge has disappeared but if I receive a new not…
-
I want to manually ask the user if he/she accepts push notifications after he/she successfully logged in.
This is a sample code snippet from ios sdk for manually asking the user to accept or deny …
-
I try to implement the module in my Nuxt page. But it seems it does not work properly every time.
I have setup the nuxt.config.js as follow:
```javascript
// One Signal
oneSignal: {
i…
-
### How can we help?
On the documentation page for data notifications here: https://documentation.onesignal.com/docs/data-notifications
it say, and I quote:
> **Android Data Notification Setu…
-
Hi,
I tried to add your library to my lumen project, so i registered the provider and alias in the bootstrap/app.php
```
$app->register(Berkayk\OneSignal\OneSignalServiceProvider::class);
cl…
-
**Description:**
I updated my project with the last OneSignal Unity SDK but I cannot build it for Android 12 because Google rejects my app bundle. It says that android:exported is missing somew…
-
I keep getting this error when I try to create an app:
```
stdClass Object
(
[status] =>
[code] => 400
[response] => stdClass Object
(
[errors] => Array
…
-
### What happened?
On clicking of the app icon, the app crashes. It's not even allowing the app to open nor initialise any other crash reporting SDK.
I luckily got a crash report from iOS users an…
-
### How can we help?
Hello everyone,
I hope I am not asking a foolish question...
I am trying to automate the creation of apps via the rest API, but I cannot set the basic_auth_key as it is re…
-
### What happened?
Currently if you run `go get https://github.com/OneSignal/onesignal-go-api` you get the 1.0.4 version.
This version has a wrong interface for the CreateNotification request. It …