Questions tagged as 'push-notification'

1
answer

chrome notification does not appear

Good evening, I'm running a code to submit a notification: if(Notification.permission === 'granted' && !this._active) { let n = new Notification(this._activeContact.name,{ icon : this._activeContact.photo, body : data...
asked by 05.11.2018 / 23:48
0
answers

Web Push Notification (Error 400)

I'm trying to implement push notification, but so far nothing works properly. I wonder if I'm doing something wrong. When I send the message I get the 400 UnauthorizedRegistration error. I think the same should be in the request parameters...
asked by 06.09.2018 / 13:19
0
answers

PushService does not execute (Web App Push)

I'm creating a push notification push using this library WebApp Push When I run the code below inside a "main" method, the notification is sent correctly. try { PushService pushService = new PushService(PUBLIC_KEY, PRIVATE_KEY, SU...
asked by 29.08.2018 / 14:56
0
answers

Fail: Auth Firebase (FCM) Java

When attempting to authenticate to Firebase for push notification registration you are returning these messages; Jar's:  firebase-admin-6.2.0.jar  google-auth-library-oauth2-http-0.11.0.jar  google-oauth-client-1.25.0.jar         java.lang...
asked by 27.08.2018 / 22:46
0
answers

Push notifications for iOS

I'm using some services for push notifications submissions. However, none of them works for iOS. That is, browser in iOS does not notify the user. Would this be something of Safari WebKit ?     
asked by 22.08.2018 / 22:55
0
answers

Problems sending Push to IOS devices

I have a server on aws with a SpringBoot backend, that same backend works with push sending. This same backend, when run on a local machine and using the Apple Push Services certificate as Developer sends Push normally, however when I try to...
asked by 22.08.2018 / 20:45
0
answers

Doubt with socket.emit

I have the following code in a small notification application that I'm doing. var express = require('express') , app = express() , server = require('http').createServer(app).listen(4555) , io = require('socket.io').listen(server) , bodyParser...
asked by 30.05.2018 / 19:55
0
answers

Push notification Android PHP

How to make a website (PHP Application, JS) send a push notification to an android app , this android app has only one component : a WebView that opens this site , notification must be sent when a user performs an action that is stored...
asked by 29.05.2018 / 20:53
0
answers

How to do automatic push notifications in android webview application with php mysql? (With Thunkable)

I'm developing an android application with a WebView that opens a website (which is the actual application) and I need to make that site or its server send automatic push notifications to the mobile phone that has the application (even without b...
asked by 23.05.2018 / 18:14
1
answer

Push notification on webview - Android / iOS

I have an app running a webview. It is a system on the web and the webview with the app. In the system, there are certain actions that the system sends push notification to the user. I did the integration with firebase cloud messaging Java...
asked by 12.03.2018 / 17:56