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
- 
		11 votes1 answer486 viewsPush android with Amazon SNSI’m trying to push an android app, but I’m not getting the push in my app. Manifest.xml <?xml version="1.0" encoding="utf-8"?> <uses-permission… 
- 
		7 votes3 answers402 viewsSending email via a notification buttonI wonder if you have done or have any example that can send the link to the following problem: I have a project that has the Books crud and a User controller with their respective views. I made the… 
- 
		6 votes2 answers168 viewsWhat is Pushnotification really?I’ve been wondering now about Pushnotification and if it really is what I want. To solve my problem I need to Pushnotification? See, what I want is this: When the user(seller) changes the flag of… 
- 
		5 votes1 answer375 viewsWhat is the best way to generate Push notification using Firebase?I have the following problem: I have a system where it is possible to register a series of tasks to be accomplished by a team or person. What I need is that whenever an order is finalized by a user,… 
- 
		5 votes1 answer899 viewsReact Native - Schedule Local NotificationsI’m using the library React Native Push Notifications to schedule notifications, but I’m facing a problem I don’t know if it’s possible to resolve with this lib. I have to schedule a notification… javascript react-native push-notification local-notificationasked 6 years, 5 months ago Vynstus 462
- 
		4 votes1 answer68 viewsHow do Telegram and facebook messenger clean up notifications on devices?When you receive a notification by Telegram or Facebook Messenger on multiple devices, if you read the message on one of them in the other notification is removed. How does this happen? PS: this… 
- 
		4 votes1 answer112 viewsPush Notification Amazon SNS - Message cutHello, I’m using Amazon SNS to do push shots through C#. On the Android device, the message is cut in a row, and when you click on it, the application is redirected directly to the application. But… 
- 
		4 votes1 answer131 viewsDon’t send Push to users who no longer have the app?I have a GSM PUSH panel and it turns out that when user installs the app I record his id to send future notifications. But after it uninstalls I continue with his ID saved in the bank and whenever I… 
- 
		2 votes2 answers83 viewsHow to use/maintain obsolete methods for older versions of iOS?I’m developing an app for different summers from iOS, in this case for iOS 7 and iOS 8. I’m trying to create the Push Notification service, but the methods to register the app and others, are… 
- 
		2 votes0 answers77 viewsWindows 8 push notification with PHPI wanted a very simple example of how notifications are made windows 8 or 7 with PHP. 
- 
		2 votes1 answer111 viewsSNS AWS in . NET C#Someone has already implemented SNS in AWS with C#? I implemented the code below in an attempt by sending by topic created by the console, but need to do everything by our ADM on . net. Follow the… 
- 
		2 votes0 answers465 viewsGoogle Cloud Messaging push notification takes too long to deliverI have an application similar to the taxi apps (99Tax, Easy Taxi, Uber), in it I use Google Cloud Messaging to send the alerts of new races, but sometimes the latency in the delivery of the message… 
- 
		2 votes0 answers170 viewsHow can I really integrate my SQL Server with Push on Android?I have an order table in my SQL Server and an app on Android. Every time an order has a status change, the user receives a notification. I already created the app by GCM from Google, I took the Key… 
- 
		2 votes0 answers200 viewsHow to change the color of the notification icon?I have an app with push notification. But the icon I assign to the notification gets the full gray color. I want to know how to have colored icons in the push notification, like these examples: The… 
- 
		2 votes0 answers28 viewsIonic.config.json and/or $ionicCloudProvider.initWhat’s the difference between $ionicCloudProvider.init and Ionic.config.json. For example: When setting up Push, searching, there are programmers who insert the "app_id" and "sender_id" into the… 
- 
		2 votes1 answer256 viewsPush Notification with Firebase + business rulesI have to receive push notification from firebase, but it is not for all phones that these notifications will be sent. My app checks for changes in contracts, the user reports a number of CPF and… 
- 
		2 votes1 answer335 viewsApp stop working after firebase push notification on Ionic 3I’m trying to make a push notification using the cloudSettings with firebase, but when I send a message the app stops working and the following message appears: app.modulets.: const cloudSettings:… ionic apache-cordova firebase push-notification ionic3asked 8 years, 1 month ago DiegoAugusto 8,694
- 
		2 votes0 answers32 viewsIonic3 Push notification with firebaseHello, I’m trying to use the Ionic push plug-in , with firebase but he’s asking me to do one thing. but I can’t find it and solve it import UIKit import Firebase @UIApplicationMain class… 
- 
		2 votes1 answer448 viewsError of MismatchsenderidI had several projects on my console. I was able to receive push notification (PN). So I dropped all the projects and created just one. I made an app based on the step by step that a colleague… 
- 
		2 votes0 answers109 viewsFirebase cloud messages does not send messages to all devices using the appI implemented the cloud messaging of Firebase using flutter and so far so good, I tested the sending of push notifications to an emulator of an android and it worked fine, the notification arrived… 
- 
		2 votes0 answers274 viewsSend push notification with FCM direct from an Activity on androidGood night ! I’m having trouble adding the functionality of sending notifications to the users of the application, through the Firebase console these notifications are already sent and received,… java android push-notification firebase-cloud-messagingasked 7 years, 3 months ago Eduardo Rafael Moraes 710
- 
		1 votes0 answers89 viewsPushnotification does not close [Android Wear]My project has several types of notifications. I created an ENUM where I store the type and id of the Notification. final Intent intent = new Intent(getApplicationContext(),MainActivity.class);… 
- 
		1 votes0 answers103 viewsFailed to receive native Ionic 2 Push notificationsI’m developing an application using Ionic 2/Angular 2/Typescript. This application uses Ionic 2’s native push notifications plugin and Google Cloud Message (GCM) in conjunction with Amazon SNS. The… angular push-notification ionic2 google-cloud-messaging snsasked 9 years, 3 months ago Natanael 131
- 
		1 votes1 answer212 viewsToast notifications c#Hello, How can I use Azure to notify the user that you have new content in the app? I am creating a project on c# for Windows 10. Thanks in advance. c# windows-phone windows-azure push-notification windows-10asked 9 years, 2 months ago Leandrolap 81
- 
		1 votes1 answer83 viewsProblem sending notification with parametersI’m having problems in an android app, when trying to send a notification everything happens 100% until you arrive at the opening of the notification Activity. This call Activity needs a "store"… 
- 
		1 votes0 answers38 viewsConfirm email signup in an automated SNS topicI use the SNS service in an application, the following process is done: User informs their location, and if there is no city inserted in the bank is created a record in the table regarding the city… 
- 
		1 votes2 answers220 viewsSending Push Notification messages to more than 1000 users at onceThis doubt is very frequent and I’ve seen some Stack posts in English that exemplify (without being too objective) how to solve the problem. The GCM limits the sending of the same message to 1000… 
- 
		1 votes0 answers403 viewsFirebase Database - Event-based notificationsI have a project that needs to send notifications when certain data is added to Firebase. I did a lot of web searches, but I couldn’t find a way to implement this notification. I saw in the… 
- 
		1 votes0 answers198 viewsphonegap-plugin-push does not work on iOSGood afternoon to all! I have an IONIC project where I am using phonegap-plugin-push to send Push notifications. Android is working very well, but iOS does not work. Alert does not appear asking if… ios apache-cordova push-notification apple-push-notificationasked 9 years, 1 month ago eliangela 171
- 
		1 votes1 answer84 viewsProblems sending a notificationI’m using the following code to send notification from android and not console public static void pushFCMNotification(String userDeviceIdKey) throws Exception { URL url = new… 
- 
		1 votes1 answer159 viewsHow to send Push notificationCurrently I do a check when the user opens the app. First it checks if it is connected. If it is not, it does not compare. If connected, it compares the current version with the version in the Play… 
- 
		1 votes0 answers270 viewsHandle and filter Notifications on AndroidI’m creating an application for Android in which I use a NotificationListenerService to try to intercept the notifications. The intention is to intercept all notifications and let you pass only… android push-notification android-notification android-serviceasked 8 years, 5 months ago Julio Machado 11
- 
		1 votes1 answer648 viewsAlternatives to Firebase FCM?I would like to know if there are alternatives for sending push notifications without using Firebase (Google). The goal is to send push messages as simple notification or type containing JSON data,… 
- 
		1 votes1 answer154 viewsNotifications in Android appI am developing an application and would like to know how I do to generate notifications when there is a new record in the database, I am receiving the data via JSON. I was watching Firebase, but I… 
- 
		1 votes2 answers3822 viewsCreate my own Push mail serverTo use PN (Push Notification) I usually make use of cloud servers such as Firebase, Azure, etc. Now I’ve picked up a service to do and my client demands that we have our own server. I saw this link… 
- 
		1 votes1 answer1012 viewsPush notification no webview - Android / iOSI have an app running a webview. It’s a web system and the webview with the app. In the system, it has certain actions that the system sends push notification to the user. I made the integration… android webview push-notification android-webview firebase-cloud-messagingasked 7 years, 7 months ago Gabriel 355
- 
		1 votes0 answers68 viewsDoubt Socket.io Push NotificationHello, I have an application made with Node.js and socket.io that sends a push notification when the.html client page is open. my question is: How to send and receive notification even if the.html… 
- 
		1 votes1 answer367 viewsOrange Push and Native React notificationI have a web application developed in Laravel, where I register clients, register orders for each client where an order code is generated and for each order I register the steps. This application… laravel laravel-5 react-native push-notificationasked 6 years, 11 months ago Maurício Biléssimo 351
- 
		1 votes0 answers41 viewsFirebase Messaging with DjangoI am a long time already getting caught up with it. After hours and days I could see a light at the end of the tunnel. I’m using a plugin for Django, this one: https://github.com/xtrinch/fcm-django… 
- 
		1 votes0 answers93 viewshow to push from one phone to the other, Ionic 3-4I’ve made a simple push notification app, sending the notification to the app, using Onesignal and Firebase, Is it possible to make an app, which sends the notification, from one phone to the other… 
- 
		1 votes0 answers31 viewsUikit/Uikit. h not found on Facebook Notification SDK (Fbnotification)Im trying Compile my project, but after a long time without open it, i Started get an error about Fbnotification SDK. The message is: In file included from… 
- 
		1 votes0 answers81 viewsPush Notification and Django problems (vapid_private_key)I was able to reproduce an example with the repository pywebpush to make the push notification. After breaking my head to understand, I was able to do it. However, when I tried to integrate with my… python django push-notification progressive-web-appsasked 7 years, 11 months ago Guilherme IA 1,414
- 
		1 votes1 answer116 viewsI need to implement a push service Notifications in React NativeI am working on an app for doctors, in this application I need to notify the user when the time of scheduling is equal to the mobile. Doubts and problems How to do a function that compares the… 
- 
		1 votes0 answers99 viewsPut sound in app notificationsI’m having trouble with my application, I’m trying to send notifications to mobile devices, notifications arrive but they do not present sound and I need them to make the sound to draw attention. I… 
- 
		1 votes0 answers22 viewsClient to receive data from a Server-PushI’m trying to create a client to consume data from an interface that receives data from a gateway. This interface implements a server-push that needs to be started from a client-made PUT request.… 
- 
		1 votes0 answers81 viewsImplementing Web Push Notification using FlaskI’m trying to create a way to implement a web push notification in my project. Using some tutorials I managed to generate an alert with the message I want. #!/usr/bin/env python from flask import… 
- 
		0 votes1 answer54 viewsHow do I know which fireDate is in the next scheduled notification?I wonder if there’s a way to catch the next fireDate from the current date. I have a method that creates the notification and repeats it every given period. How do I catch the next fireDate? I would… 
- 
		0 votes0 answers88 viewsHow to get data in a web service when receiving a push Notifications with application in idle stateI have an application that when receiving a push notification needs to connect to my web service to get relevant data for the user. When the application state is active or in the background it can… ios swift apple-push-notification push-notificationasked 10 years, 3 months ago João Paulo Alencar 1
- 
		0 votes1 answer240 viewsUncaught Referenceerror: Ionic is not definedI’m trying to perform a "Android Push Notification" with the Ionic.io. I’m caught in a mistake I can’t fix: "Uncaught Referenceerror: Ionic is not defined" I’ve tried everything and I can’t fix it.… 
- 
		0 votes2 answers102 viewsPush notification via an arrayI’m having a problem sending push notification to multiple users at the same time, I have a sending page plus it’s sending only for a single token I’d like to know how to get it to send to an array…