Questions tagged as 'push-notification'

1
answer

I can not notify Push via firebase

I'm trying to create an application that notifies through firebase and from what I researched I got to a part that I no longer want help to see if I'm doing it right and to correct my mistake. follow my Codes    MANIFEST <service andro...
asked by 15.12.2018 / 17:48
1
answer

Push Notification with Socket.io

I made a small application with node + socket.io to send notification. by adding the code below on the client page, the notification is displayed in the "messagebox" div. <script src="http://code.jquery.com/jquery-1.7.1.min.js"></scri...
asked by 30.05.2018 / 14:26
1
answer

Generate 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 forms to the web application, hence I would like to create a kind of notification for each new form that the server receives. Simi...
asked by 31.12.2017 / 17:41
1
answer

modify notification icon

Does anyone explain to me why the icon of my notification is small and the notification when it "comes in" does not vibrate or make any sound? Thank you. importandroid.app.Notification;importandroid.app.NotificationManager;importandroid.app....
asked by 27.10.2017 / 12:11
1
answer

Push notifications

I'm developing a program where multiple users will use, and would like to develop a system with Push notification, so when any user makes a Insert in the database. I would like it to be, for example, a pop-up of MSN .. Could...
asked by 11.04.2017 / 02:49
1
answer

How to send Push Notification to android and iphone with form processed by php? [closed]

Does anyone know of a PHP script that works, to send msgs to GCM and APNS (android and iphone)? The user fills in form, the PHP script processes and submits to GCM and APNS. From here the natural push push routine follows. I just need the PHP pa...
asked by 14.08.2016 / 04:45
1
answer

Uncaught ReferenceError: Ionic is not defined

I'm trying to make an "Android Push Notification" with ionic.io . I'm stuck on an error that I can not resolve:    "Uncaught ReferenceError: Ionic is not defined" I tried everything and could not solve. Can you generate this error?...
asked by 08.03.2016 / 17:16
1
answer

How to know which fireDate of the next scheduled notification?

I'd like to know if there's a way to get the next fireDate from the current date. I have a method that creates the notification and repeats it every time. How do I get the next fireDate ? You would need this to display in a strin...
asked by 07.04.2015 / 05:26
0
answers

Push Notification Android

I'm trying to implement a Push Notification process with return from a Java server for my Android application, but unfortunately I'm not getting it. At first I will run a process on the server and, when necessary this process will send a notific...
asked by 28.11.2018 / 21:50
0
answers

Notifications on Android stop after inactive app time

We use notifications from both OneSignal and Firebase to notify our app service providers about new requests to be answered in real time. Note that it happens even though the app running with service on foreground to run eve...
asked by 23.11.2018 / 15:21