Skip to main content
590 votes
29 answers
214k views

Update: GCM is deprecated, use FCM I'm implementing the new Google Cloud Messaging following the guides from the Google Developers page here I've successfully run and test it. But my problem now is I ...
gentra's user avatar
  • 6,246
247 votes
16 answers
113k views

I created a new project in Android Studio 2.2 Preview 1 with Android App and Backend module with Google Messaging. This is the app file: apply plugin: 'com.android.application' android { ...
Rahul Garg's user avatar
  • 8,640
245 votes
10 answers
285k views

I have been reading for past few hours about Push Notification API and Web Notification API. I also discovered that Google & Apple gives push notification service for free via GCM and APNS ...
esafwan's user avatar
  • 18.2k
219 votes
11 answers
251k views

Firebase allows us to send notification messages via our own application by making POST request. This tutorial, gives to us instructions how to make this request. However, there is Authorization ...
Mr.D's user avatar
  • 7,983
218 votes
13 answers
199k views

Update: GCM is deprecated, use FCM How can I integrate the new Google Cloud Messaging in a PHP backend?
user1488243's user avatar
  • 2,337
216 votes
27 answers
123k views

I am using a build scheme for prod and one for staging (with 2 different bundle identifiers) and I am trying to use a separate GoogleService-Info.plist for each scheme. Is there any way to manually ...
nwaxgui's user avatar
  • 2,161
204 votes
14 answers
330k views

I am trying to figure out how the new version of GCM or Firebase Cloud Messaging works so I moved one of my projects to the new Firebase console, If I did not have the API KEY or I want to create a ...
Nissar's user avatar
  • 2,480
190 votes
25 answers
160k views

I am using Google notifications in my app, and until now I have done below in the manifest: <!-- GCM --> <uses-permission android:name="android.permission.GET_ACCOUNTS" /> <!-- GCM ...
NullPointerException's user avatar
180 votes
11 answers
122k views

So this morning I started updating to the latest version of my project libraries. I'm trying to update GCM to the latest version 9.2.0, but I get this error: Error:Execution failed for task ':app:...
herrmartell's user avatar
  • 3,127
136 votes
3 answers
60k views

I work on adding Google Analytics and GCM services to my current app. On the guide for both services implementation, google asks developer to generate a json file: google-services.json and put it ...
Arthur Wang's user avatar
  • 3,158
118 votes
6 answers
102k views

This occurred within the context of coding against Google Cloud Messaging, but applies elsewhere. Consider the following: var http = new HttpClient(); http.DefaultRequestHeaders.Authorization = new ...
Andrew's user avatar
  • 2,745
109 votes
27 answers
246k views

I am having an issue with FireBase Cloud Messaging in which I get the Token from the device and send the notification test through the Google Firebase notification console however, the notification is ...
xec86's user avatar
  • 1,451
107 votes
8 answers
75k views

I am using AWS resources for my android project, I am planning to add push notification service for my project with AWS SNS.there are few questions bothering me much. I did not find any questions ...
Naroju's user avatar
  • 2,677
99 votes
4 answers
119k views

Update: GCM is deprecated, use FCM I am implementing Google Cloud Messaging in my application. Server code is not ready yet and in my environment due to some firewall restrictions I can not deploy a ...
Adnan's user avatar
  • 5,085
93 votes
10 answers
124k views

I am trying to send SNS messeges to android through web api. Downloaded and installed the SDK from http://aws.amazon.com/developers/getting-started/php/ Got following error while running sample.php: ...
Ravindra's user avatar
  • 2,311

15 30 50 per page
1
2 3 4 5
485