Most voted "google-cloud-messaging" questions
10 questions
Sort by count of
-
2
votes0
answers465
viewsGoogle Cloud Messaging push notification takes too long to deliver
I have an application similar to the taxi apps (99Tax, Easy Taxi, Uber), in it I use Google Cloud Messaging to send the alerts of new races, but sometimes the latency in the delivery of the message…
-
1
votes2
answers103
viewsStart service through user action
Good morning! I have an app that will receive Pushnotification. But the user will be able to select whether or not to receive notifications. I have a WakefulBroadcastReceiver and a IntentService…
-
1
votes1
answer79
viewsGoogle Cloud Messaging and Synchronization Standardization
I am building a project that will use Google’s GCM, something new in my projects, and I would like to know the following. At the time the user makes his registration who will request the first data…
android web-service api pattern-design google-cloud-messagingasked 9 years, 3 months ago Giancarlo Abel Giulian 3,999 -
1
votes0
answers103
viewsFailed to receive native Ionic 2 Push notifications
I’m developing an application using Ionic 2/Angular 2/Typescript. This application uses Ionic 2’s native push notifications plugin and Google Cloud Message (GCM) in conjunction with Amazon SNS. The…
angular push-notification ionic2 google-cloud-messaging snsasked 8 years, 4 months ago Natanael 131 -
1
votes0
answers48
viewsMessage system (GCM) for local application
I’m after some system like Google Cloud Messaging, to send notifications to a local application, a supervisory made in java, running locally (it in turn connected to a microcontroller). The idea was…
-
1
votes0
answers696
viewsI can’t access Google Cloud ip
I have a server set up in Google Cloud hosting a system for testing the company. I could normally access the system with the IP and port 8080 by the browser, but I’m not getting more and the…
google-cloud-messagingasked 7 years, 5 months ago Robson de Jesus 33 -
1
votes2
answers568
viewsIonic with Cordova, Androidmanifest.xml build error
When in my console I give the command to compile my project in Ionic and Cordova, I get the following message: :mergeArmv7DebugResources UP-TO-DATE…
-
1
votes0
answers102
viewsHow to perform a push notification before a certain deadline in Ionic?
Hello, I will try to clarify the maximum of my doubt , we go by parts: My user will schedule a task with date and time set, for example, scheduled a task on October 20, 2017 at 15:00 hours and other…
-
1
votes1
answer124
viewsHow to Push Notification for iOS? (preferably using C#)
I can already send push notification to Android. Taking into account that I already own all keys, device token and certificates, how is it possible to send a push notification to iOS? I saw in some…
apache-cordova apple-push-notification google-cloud-messagingasked 7 years, 5 months ago Jáder Carvalho de Medeiros 46 -
1
votes2
answers2495
viewsFirebase Cloud Messaging (FCM) - Push Notification (Java)
I am working on a backend that I would like to use to send / Push notifications to android app using the Firebase Cloud Messaging (FCM). I’ve read the documentation a few times (WCF) but I still…