Questions tagged as 'push-notification'

0
answers

Run command in android through firebase notification

In my app I need to send a notification through firebase and run a native android command. For example, I'm testing this by plugging in the flashlight. When I send the notification with the app open the flashlight turns on as planned. B...
asked by 24.10.2017 / 18:51
0
answers

When sending a notification, how do I display the badge icon?

This is the OnCreate of my MainActivity. See that I have a badge with a value of 10 for testing. Now I need to do what, when sending a Notification, I can increment the badge icon with the amount of Notification being received by my App. The mes...
asked by 16.10.2017 / 01:28
0
answers

How do I get my App to receive notification even closed or blocked

If I lock the cell's screen and leave the App open, I receive Notifications, but if I close the App I can not receive any more. The problem that when it started working, it was getting in every situation and it suddenly did not work anymore. I'm...
asked by 29.09.2017 / 19:05
0
answers

Push push, via php, to all users

I'm working on a project with ionic 3 and backend in php / mysql. In the current phase I need to send push notifications and I chose to work with the firebase and the phonegap-plugin-push plugin. I installed and tested via firebase console and t...
asked by 23.09.2017 / 18:24
1
answer

Ionic Push: Error: INVALID_SENDER - IONIC 2

Talk about it! I'm developing an app where I have to use push notification. I followed the entire IONIC GUID tutorial on this link , more than once, and I was not successful. I also followed this tutorial that does the notifications thr...
asked by 20.07.2017 / 04:16
0
answers

404 Not Found nginx / 1.12.0

I'm in big trouble that I have no idea what it can 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 as follows: $url = 'https://andro...
asked by 05.07.2017 / 12:46
2
answers

Refresh page without losing the value of a variable

I have a vector that receives data coming from a socket that I use for notifications to the user, however every time I change pages I lose all the value coming from this variable, I'm using angular on the front end. How can I navigate the system...
asked by 04.03.2017 / 15:26
0
answers

I'm trying to send an image along with notification via php!

I'm trying to send an image next to the notification via php, the notification is sent normally, but the image will not. Can you tell me what's wrong with this code? <?php if (isset($_POST['titulo'])) { move_uploaded_file($_FILES['Im...
asked by 25.01.2017 / 19:15
0
answers

send push notification when feed is changed

I need to send the push notification to my app userus, it's a webview with some blog feed, and when that feed (rss) is changed it automatically sends a notification to users.     
asked by 01.02.2017 / 19:29
1
answer

One Signal Phonegap does not work

I'm doing an update of a phonegap app, it compiles in the cloud without problems, however when trying to login I'm using One Signal to do it, it does not access, it's not a problem with the api because I stated that send an error message. The ve...
asked by 14.10.2016 / 22:19