google-cloud-messaging Questions
7
Solved
After reading 100's of threads and googling I am still confused about this following error message.
Currently, I am using Firebase Cloud Messaging and in very short terms I am trying to get my to...
Perineuritis asked 28/11, 2017 at 11:3
5
We are using firebase cloud messaging to get the push notification into android app.
Currently to test push notification we need to send the message to FCM server and wait for the message to arri...
Ton asked 27/10, 2016 at 16:38
27
Solved
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...
Jink asked 20/5, 2016 at 16:18
5
Solved
We have been using Amazon SNS to send Android push notifications since April this year.
Pushes have sent with no problem, however there has never been any record of calls to the Cloud Messaging AP...
Hebdomadary asked 9/9, 2016 at 18:34
2
Solved
I got many crashes from my app which include GCM(Google Notification) feature.
The crash detail as below:
java.lang.SecurityException: Unknown calling package
name'com.mypackagename'.-android.o...
Mark asked 17/1, 2017 at 6:55
25
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 ...
Harim asked 20/11, 2014 at 15:57
3
Solved
I try to get my GCM registrationId from Google.
my code:
String SENDER_ID = "722******53";
/**
* Registers the application with GCM servers asynchronously.
* <p>
* Stores the registrati...
Tag asked 1/3, 2014 at 16:55
13
Solved
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...
Chiu asked 20/5, 2016 at 3:35
29
Solved
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 n...
Zeniazenith asked 11/6, 2015 at 5:23
4
Solved
I'm working on a push architecture that needs to support applications which allow for multiple users. This means more than one user can log into the application with their credentials. The problem ...
Backus asked 18/9, 2012 at 23:41
11
Solved
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 f...
Weisbrodt asked 25/5, 2016 at 4:12
0
Im trying to use https://iid.googleapis.com/iid/v1:batchImport to convert apns keys to fcm keys
but I kept getting
curl -X POST "https://iid.googleapis.com/iid/v1:batchImport" \
-H 'Auth...
Hasin asked 3/10, 2023 at 12:17
10
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.ph...
Isabea asked 10/12, 2014 at 12:4
2
I have read the doc entirely and googled with question, but cannot find when google fcm stop supporting legacy HTTP API. Considering if is soon expires, I may not choose to use it in project, where...
Ida asked 24/5, 2018 at 2:20
2
I am looking into incorporating Google Cloud Messaging into my app. I would like to send messages to all devices associated with a user. At first, it looked like GCM's device group messaging would ...
Arnulfo asked 1/12, 2015 at 20:19
25
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...
Kollwitz asked 3/6, 2016 at 13:14
1
I'm getting an Exception like com.google.android.gms.common.api.ApiException: 17: Device doesn't support the messaging feature in Android 13
It works fine on another version as well as the Android ...
Expurgate asked 23/3, 2023 at 11:57
8
I want to implement an gcm client into an existing android app. So, by following this tutorial I wrote following code:
public class RegisterForGCMAsyncTask extends AbstractSecureOperationTask {
....
Carditis asked 17/6, 2014 at 12:19
5
Solved
I am building a library project in which I have a FirebaseMessagingService.
I also have a FirebaseMesagingService in my app. What I see is, whenever an FCM is sent from the server, only one Firebas...
Kalahari asked 5/12, 2017 at 17:33
8
Solved
I am getting error while sending message using Firebase cloud messaging admin API.
Error message is below
Caused by: com.google.api.client.http.HttpResponseException: 400 Bad Request
{
"error...
Woodie asked 6/3, 2018 at 6:11
3
We're using Urban Airship to send push messages to our Android app.
In that process, we need to configure Airship with 'Server Key' provided in Firebase Console -> Cloud Messaging.
As recommende...
Thromboplastic asked 6/4, 2022 at 8:59
4
I followed the instructions in https://mcmap.net/q/203623/-fcm-with-aws-sns to connect SNS to FCM to an Android app.
When deployed to an emulator, the app initializes but does not receive any messa...
Donate asked 28/9, 2017 at 8:25
5
Solved
I don't want to build an application for my web site. However, I want to send push notifications to Android devices. Is this possible?
Islington asked 26/6, 2013 at 12:53
6
Solved
I'm trying to install Google Cloud Messaging for my iOS application (using swift). I've added it to my Podfile like so:
# Uncomment this line to define a global platform for your project
# platfo...
Napalm asked 18/6, 2015 at 8:59
10
Solved
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 resp...
Impurity asked 13/11, 2015 at 6:50
1 Next >
© 2022 - 2025 — McMap. All rights reserved.