Most voted "onesignal" questions
Onesignal is a free tool for sending notifications to different platforms.
Learn more…24 questions
Sort by count of
-
3
votes1
answer216
viewsIonic 2 - Onesignal - Get player_id
I use Onesignal for push notifications in an Ionic 2 application. To send notifications targeted to specific users I need to recover player_id from Onesignal. Does anyone have any idea how to…
-
2
votes1
answer121
viewsIonic 2 Onesignal IOS
I have a project developed in IONIC 2 and managed the version for IOS but I have a problem with Onesignal. I tried to reinstall the plugin by Ionic but problem still continues.…
-
1
votes1
answer279
viewsGet Id onesignal Cordova plugin
I’m having trouble picking up the id from onesignal device. I am trying to use the following method: var getId = function(){ window.plugins.OneSignal.getIds(function(ids) { alert('getIds: ' +…
android apache-cordova cordova-plugin onesignalasked 7 years, 9 months ago Jefferson Mello Olynyki 864 -
1
votes0
answers144
viewsIonic 2 + One Signal for Notifications
My Ionic plugin is already integrated with Firebase and One Signal, I can already work with login and password and send notifications. My problem is customizing notifications. In the sound field, I…
-
1
votes1
answer159
viewsIonic 2 and One Signal how to use the handleNotificationOpened() function
I have an app that is 90% ready, notifications are already set up with One Signal, but I want to send the user to a specific page when they click the notification, and this page may differ depending…
-
1
votes2
answers1444
viewsPush notification icon - Onesignal
I’m using Onesignal to send push notifications to an application in Cordova that I’m developing. Notifications are sent correctly, but I’m unable to change the notification icon. There is only an…
-
1
votes2
answers502
viewsConfigure Onesignal PHP API URL
I’m deploying onesignal in my php system, following the Documentation My code is: function sendMessage(){ $content = array( "pt" => $conteudo ); $title = array( "en" => $titulo ); $fields =…
-
1
votes0
answers71
viewsChat Notification Firebase Onesignal
I developed a chat with Ionic+firebase, and at this time I’m trying to develop the notification system if a new msg will be received I’m using Onesignal, but I don’t have much idea how I could…
firebase ionic2 onesignal firebase-cloud-messagingasked 6 years, 9 months ago Maicon Luiz Anschau 11 -
1
votes1
answer66
viewsOnesignal requesting URL with APP_ID from SDK?
I’m using the code of OneSignal and I am not able to subscribe to users, because by accepting, it gives an error A bad HTTP response code (403) was received when fetching the script.. He’ll get the…
onesignalasked 6 years, 7 months ago I_like_trains 1,430 -
1
votes0
answers16
viewsReact-onesignal does not return playerID
Hello, I am trying to return the user’s unique browser ID to save that ID after notification permission is granted by the user in the browser. I am using the lib React-onesignal and when I ask for…
-
0
votes1
answer218
viewsNotification with Onesignal
I am using Onesignal to notify my Android users. Only that notifications only appear to those who on the day have already opened the application. Have some service that can be put into the app to…
-
0
votes0
answers348
viewsApplication does not install. Ionic 2 and One Signal
Good morning. I am generating apk via --Prod --release, I can generate apk, I can sign but when I put in a real app the app does not install. This started to happen when I started using one Signal.…
-
0
votes0
answers21
viewsHow to remove the small icon in onesignal?
Guys I asked a question here earlier but they said it wasn’t clear. I want to remove the small icon from the Onesignal for Android. Look: In the notification appears 2 icons and I wanted to remove…
-
0
votes1
answer320
viewsIonic / Onesignal - Error changing the default notification icon
I’ve been trying for some time to change the standard Onesignal notifications icon using Ionic, but so far, unsuccessful. I followed the suggested steps in the official Ionic documentation, created…
javascript angularjs ionic push-notification onesignalasked 6 years, 10 months ago Cleiton Pereira 1 -
0
votes0
answers99
viewsNotifications on Android stop after downtime in the app
We use both notifications from Onesignal as in the Firebase to notify our app service providers of new requests to be met in real time. We noticed that it even happens that the app running with a…
android push-notification onesignal firebase-cloud-messagingasked 6 years ago Mateus Carvalho 1,494 -
0
votes1
answer186
viewsOnesignal Web Push
Guys I’m trying to use Onesginal Web but it doesn’t work, appears the icon below but does nothing. Already this all configured in the site "onesignal" Onesignal is making a call I believe should be…
-
0
votes1
answer224
viewsOnesignal + PHP (App Notification)
I have a code configured for PHP in it is sending the messages all ok for all applications, I want to configure the code to send only to an application. ( What I did after installing the app on the…
-
0
votes1
answer188
viewsNotice Push on Android with Onesignal - Action in the background
I have in my android application the service Onesignal working properly, so far so good. I want to make some modifications to my Sharepreference (database) each time I receive a message. I managed…
-
0
votes1
answer88
viewsSend a message by Onesignal from Android
The code below serves to send a push message via Onesignal, when running in Netbeans everything works perfectly but when trying to run on android did not succeed. I’d like you to help me, so follow…
-
0
votes0
answers181
viewsHow to send notification with onesignal for android app via Firebase
So my app uses firebase, connected it with onesignal use a php function that sends notification to web browsers. I WANT TO SEND VIA PHP DIRECT TO FIREBASE, OR BY ONESGINAL MY APP ALREADY AND…
-
0
votes1
answer156
viewsWhy don’t push notifications from my app using one Signal arrive with the app closed or in the background?
I’m using one Signal to send the push notification to my app, I saw several tutorials to create the notifications and I did so : configuration of app/build Gradle: dependencies { implementation…
-
0
votes0
answers48
viewsI cannot use Onesignal in Reactjs/Next.JS
I’m making an implementation, using Next.JS and I’m using Onesignal to send push notifications to users. The big problem is that the public directory of index.html cannot be changed as it has many…
-
0
votes0
answers43
viewserror using one Signal React Nenable
I’m trying to use onesignal with typescript but I can’t. Every time I run the application it error and the vs code itself keeps pointing error but I can’t resolve... I followed the tutorial in…
-
-1
votes1
answer98
viewsHow to send notification to all Onesignal users with Flutter
Hello! I’m learning notifications with flutter and oneSignal. I figured out how to send notifications to specific users, but I don’t know how to send them to multiple users. My code so far is this:…