Most voted "push-notification" questions
Push notifications are alerts sent to a device from a remote server. Use this tag for questions related to your usage, customization and implementation, together with the tag of the target device, such as [android] or [Ios].
Learn more…88 questions
Sort by count of
-
0
votes1
answer41
viewsHow to pause a Notification progress?
There is a Progressbar in my notification that works like this: new Thread( new Runnable() { @Override public void run() { int incr; // Do the "lengthy" operation 20 times for (incr = 0; incr <=…
-
0
votes1
answer88
viewsSend live notification without repeating
I have a code, I wish to make a notification system in live push, here is my code: <script> Notification.requestPermission(); function requisitar(){ var xmlhttp; if (window.XMLHttpRequest) {…
-
0
votes1
answer1841
viewsHow to send Push Notification to android and iphone with form processed by php?
Does anyone know of a working PHP script for sending msgs to GCM and APNS (android and iphone)? The user fills in form, the PHP script processes and sends to GCM and APNS. From there follows the…
-
0
votes1
answer344
viewsOne Signal Phonegap does not work
I am updating a phonegap app, it compiles in the cloud without problems, but when trying to login that I am using One Signal to do it, it does not access, it is not a problem with the api because I…
javascript xml apache-cordova plugin push-notificationasked 8 years, 2 months ago Augusto Felipe 85 -
0
votes1
answer294
viewsBest way to make PHP Schedule
Good Morning, Everybody I have a GSM PUSH panel for sending notifications android apps is already working perfectly, but now the need to make a scheduling of push messages. I thought to do a routine…
-
0
votes0
answers205
viewssend push notification when feed is changed
I need to send the push notification to users of my app, is a webview with some blogs feed, and when this feed(rss) is changed it automatically sends a notification to users.
-
0
votes2
answers1423
viewsUpdate page without losing the value of a variable
I have a vector that receives data coming from a socket that I use for user notifications, but every time I change pages I lose all the value coming from this variable, I’m using angular on the…
-
0
votes0
answers137
viewsI’m trying to send an image along with the notification via php!
I’m trying to send an image along with the notification via php, the notification is sent normally, but the image will not. Can you tell me what’s wrong with that code? <?php if…
-
0
votes1
answer664
viewsPush notifications
I am developing a program in which several users will use, and would like to develop a system with notification Push, for when some user performs a Insert in the database. I would like it to be, for…
-
0
votes0
answers96
viewsRun command on android via firebase notification
In my app I need to send a notification via firebase and run a native android command. For example, I’m testing this by turning on the flashlight. When I send the notification with the app opened…
-
0
votes0
answers468
views404 Not Found Nginx/1.12.0
I’m in big trouble I have no idea what it might be. I send PUSH notifications some APPS, functional normally but a specific APP that has many users is giving the following error. The call in GCM is…
-
0
votes1
answer87
viewsIonic Push: Error: INVALID_SENDER - IONIC 2
Fala galera! I’m developing an app in which I have to use push notification. I followed the entire IONIC guid tutorial on this link, more than once, and I did not succeed. I also followed this…
ionic apache-cordova firebase push-notification cordova-pluginasked 7 years, 5 months ago Jocsã 357 -
0
votes1
answer991
viewsPush, via php, for all users
I am working on a project with Ionic 3 and backend in php/mysql. At the current stage I need to send push notifications and chose to work with firebase and phonegap-plugin-push. I installed and…
-
0
votes0
answers55
viewsUser-to-user notification in different apps
I was doing some studies related to the development of Android, and I came across the following question. How can I send a notification from one user in an application to another in another…
-
0
votes0
answers721
viewsHow do I get my App to receive even closed or blocked notification
If I lock my Cell screen and leave the App open, I get Notifications, but if I close the App I can’t receive any more. The problem that when it started working, was getting in all situations and…
-
0
votes0
answers42
viewsPush Notifications for iOS
I am using some services for shipments push Notifications. However, none of them works for iOS. That is, browser on iOS do not notify the user. That would be something of Webkit safari?…
push-notificationasked 6 years, 4 months ago Felipe Viero Goulart 3,693 -
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
votes0
answers247
viewsWhen sending a notification, how do I show the badge icon?
This is the Oncreate from my Mainactivity. Note that I have a badge with a value of 10 for testing. Now I need to make sure that by submitting a Notification, I can increment the badge icon with the…
-
0
votes1
answer640
viewsmodify notification icon
Can someone explain to me why my notification icon is small and the notification when it "arrives" does not vibrate or make any sound? Thank you. import android.app.Notification; import…
-
0
votes1
answer42
viewsGit push -u origin master command shows error
Settings: git config --global user.name "keilacardoso" git config --global user.email "[email protected]" Adding origin: git remote add origin…
-
0
votes1
answer169
viewsGenerate notification on the web platform every time a new form arrives
I am developing two applications one web (service) and another mobile (consumes the service), in apk the user send Formularies to the web application, hence I would like to create a kind of…
-
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
votes1
answer831
viewsHow do I send notifications (push) to a specific user (from the application) from Firebase?
I’m developing applications using the Ionic framework. One of the big questions I have is how do I work as remote notifications (different from local notifications, easily generated by Ionic). Using…
android ionic firebase push-notification firebase-cloud-messagingasked 6 years, 9 months ago Victor Nolêto 25 -
0
votes1
answer801
viewsPush notification with Socket.io
I made a small application with Node + socket.io to send notification. adding the code below on the client page, the notification is displayed in the div "messagebox". <script…
-
0
votes1
answer42
viewsChrome notification does not appear
Good evening, I’m running a code to present a notification: if(Notification.permission === 'granted' && !this._active) { let n = new Notification(this._activeContact.name,{ icon :…
-
0
votes1
answer107
viewsI can’t notify Push by firebase
I’m trying to create an application that notifies through firebase and by what I researched I got to a part that I don’t leave anymore wanted help to see if I’m doing right and to fix my mistake.…
android android-studio push-notification android-notificationasked 6 years ago renan silva das neves 159 -
0
votes1
answer71
viewsError while trying to integrate firebased cloud notification into Dart
Guys, I’m trying to push Notifications to my application users in Flutter, however when I do the method void initState() { \\\\\ } and configure the entire notification system, the compiler returns…
-
0
votes0
answers70
viewsOffline web push notifiion
I’m creating a list to, and in it, I want to be able to create pre-programmed notifications. The application persists all data in Local Storage, IE, you do not have to use a push notification server…
javascript localstorage push-notification service-workerasked 5 years, 2 months ago Costamilam 9,556 -
0
votes1
answer1136
viewsPush notifications with Expo and React Native
I’m developing an app that needs to notify the user, I’m using Expo and React Native to develop Following the Expo Documentation I can correctly notify with: import * as Notifications from…
-
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
answers17
viewsPush X Ajax X Reload
Today I use this function to update data from a page without having to fully reload it function fDashboardProgressao(tempo) { $.ajax({ type: "GET", dataType: "json", url:…
-
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…
-
-1
votes2
answers320
viewsPush Notification IONIC
I’m doing a Mobile project in Angular/Cordova/IONIC, but I’m in the phase of push notification, since he’s a project apart. I tested several tutorials on the web, even the own IONIC , but it doesn’t…
-
-1
votes1
answer184
viewsHow to send notifications from a website to the user via the Browser
Hi, I have a website on wordpress and would like to send notifications to the user by browser as in the image below: Is there any way to implement in wordpress? Need some specific plugin? I don’t…
-
-1
votes1
answer49
viewsPusho notification Web App Progressive web app
I’m creating a web app but I couldn’t make the push notification as it is in the documentation. I wonder if you have a more practical way to push Notifications.
-
-1
votes1
answer493
viewsPush notification in hybrid app
I’m creating a hybrid Android app, which is actually a webview running a system, hosted on some server, made in php. I need to deploy a notification system (Push Notification) that sends…
-
-1
votes1
answer151
viewsHow do I display a notification badge when I receive a notification?
Hello, in my application I have a list that shows the users who sent messages. I want to place a notification badge when the user receives a notification. Any idea how I can get such a function?…
-
-1
votes1
answer134
views$ git push -u origin main remote: Repository not found. fatal: Repository 'https://github.com/fretagi/pirple-apple.git/' not found
I’m trying to push according to: git remote add origin https://github.com/fretagi/pirple-projects-apple.git git branch -M main git push -u origin main but he gives that mistake: fatal: remote origin…