Questions tagged as 'push-notification'

0
answers

Send push notification with FCM direct from an activity on android

Good evening! I am having difficulty adding the functionality of sending notifications to the application users, by the Firebase console these notifications are already sent and received, what I wanted now is from the app itself the user can sen...
asked by 18.07.2018 / 01:14
0
answers

Ionic3 Push notification with firebase

Hello, I'm trying to use the ionic push plug in, with firebase but he's asking me to do something. but I can not find and solve it. import UIKit import Firebase @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { var...
asked by 08.06.2018 / 04:45
0
answers

ionic.config.json and / or $ ionicCloudProvider.init

What is the difference between ionicCloudProvider.init and ionic.config.json . For example: When you configure Push by searching, there are programmers who insert "app_id" and "sender_id" into $ ionicCloudProvider.init , other programmers...
asked by 08.08.2017 / 14:31
0
answers

Google Cloud Messaging push notification takes too long to deliver

I have an application similar to taxi apps (99 Taxis, Easy Taxi, Uber), I use Google Cloud Messaging to send the alerts for new races, but sometimes the latency in the delivery of the message is great, or sometimes the alert or enough. I would l...
asked by 29.03.2016 / 14:36
0
answers

How can I really integrate my SQL Server with Push on Android?

I have a request table in my bank of SQL Server and an application in Android . Whenever a request has a change in status, the user receives a notification. I already created the app by Google's GCM , got Key and eve...
asked by 26.11.2015 / 17:32
0
answers

Windows 8 push notification with PHP [closed]

I wanted a very simple example of how windows 8 or 7 notifications with PHP are made.     
asked by 18.03.2015 / 04:03
1
answer

SNS AWS in .NET C #

Has anyone implemented SNS in AWS with C #? I've implemented the code below in an attempt to send a topic created by the console, but I need to do everything for our ADM in .NET. Follow the code that I'm trying to upload by topic. It does...
asked by 26.04.2015 / 19:18
1
answer

Alternatives to FCM Firebase?

I wonder if there are alternatives for sending push notifications without using Firebase (Google). The purpose is to send push messages as simple or JSON data type notification from a PHP-based server to client devices (Browsers or SmartPhone...
asked by 05.11.2017 / 21:45
1
answer

Notifications Toast c #

Hello, how can I use Azure to notify the user who has new content in the app? I'm creating a project in c# to Windows 10 . Thank you in advance.     
asked by 14.08.2016 / 03:03
2
answers

Sending Push Notification messages to more than 1000 users at once

This question is very common and I have seen some posts in the English Stack that exemplify (without being very objective) how to solve the problem. GCM limits the sending of the same message to 1000 devices registered in a database, all at once...
asked by 05.07.2016 / 14:50