Questions tagged as 'push-notification'

1
answer

How to send Push notification [closed]

I'm currently checking when the user opens the app . First it checks to see if it is connected. If it is not, do not compare it. If it is connected, it compares the current version with the version that is in the Play Store. So I send a T...
asked by 09.05.2017 / 19:19
1
answer

Problems sending notification

I'm using the following code to send notification from the android and not the console public static void pushFCMNotification(String userDeviceIdKey) throws Exception { URL url = new URL("https://fcm.googleapis.com/fcm/send");...
asked by 15.11.2016 / 16:48
1
answer

Problem sending notification with parameters

I'm having problems in an android app, when trying to send a notification everything happens 100% until I get to open the notification activity. This calling activity needs a "store" parameter and I'm not able to send it via notification....
asked by 20.04.2016 / 02:47
0
answers

Client to receive data from a Server-Push

I am trying to create a client to consume data from an interface which receives data from a gateway. This interface implements a server-push that needs to be started from a PUT request made by the client. After the request returns 200, the inter...
asked by 04.12.2018 / 16:50
0
answers

Put sound in app notifications

I'm having trouble with my app, I'm trying to send notifications to mobile devices, notifications come in but they do not have a sound and I need them to make the sound to get attention. I have looked at some codes, but I did not understand / co...
asked by 22.06.2018 / 16:16
0
answers

Doubt Socket.io Push Notification

Hello, I have an application made with node.js and socket.io which sends a push notification when the client.html page is open. my question is: How to send and receive notification even though the client.html page is closed. When the client.h...
asked by 01.06.2018 / 13:24
1
answer

Push Notification with Firebase + business rules

I have to receive push notification from firebase, but it is not for all phones that these notifications will be sent. My app checks changes in contracts, the user informs a CPF number and the app searches the database for information about the...
asked by 03.04.2018 / 01:56
0
answers

Problems with Push Notification and Django (vapid_private_key)

I was able to reproduce an example with the pywebpush repository to make Push notification. After breaking my head to understand, I managed to do it. However, when I tried to integrate with my django project, it did not roll. I believe it's so...
asked by 30.11.2017 / 16:06
0
answers

UIKit / UIKit.h not found on Facebook Notification SDK (FBNotification) [closed]

I'm trying to compile my project, but after a long time without opening it, I started getting an error about FBNotification SDK. The message is:    In-file included from /Users/paulo/Developer/workspaces/xcode/xyz-ios-swift/Pods/FBNotifica...
asked by 06.11.2017 / 22:44
1
answer

MismatchSenderId error

I 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 passed me and I could not receive. I got the App tha...
asked by 01.10.2017 / 21:40