-
```C#
public async Task PostContextAsync(Interface.Push push)
{
try
{
var response = await client.ExecuteAsync(new RestRequest("fcm/send", Method.POST)
…
-
### Description
Hello,
The Flutter Amplify Docs is not very helpful. I don't know if this is a bug or if we can't send push notifications to iPhone/IOS using Amazon Pinpoint. Based on Amazon Pinpo…
-
I am sending hundreds of notification concurrently but sometime i get error Connection pool is full, discarding connection : fcm.google.com
-
I am sending a object in data as {"redirectScreen":"Settings"} in FCM Tester https://testfcm.com/ and In my console. the data is empty.
Is any other ways to do?
my console.log
` NOTIFICATION: {"…
-
https://blog.daum.net/creazier/15311455
https://firebase.google.com/docs/cloud-messaging/android/receive?hl=ko
-
While i'm trying to send message through registered device it's shows following error...
Notice: Trying to get property of non-object in C:\wamp64\www\fcm_server\send.php on line 43
Here i have att…
-
Android notifications are typically done using Firebase Cloud Messaging (FCM). FCM is a proprietary system, and the android sdk is closed source, so I would like to avoid using it. Enter [Unified Pu…
-
![Screenshot_2024-09-11-23-53-57-457_com.google.android.gms.jpg](https://github.com/user-attachments/assets/d301abb2-28be-4f53-9549-2916fb1ba5fd)
-
一、基础环境。使用play版,国内版未测
二、FCM注册。全局科学,登录后观察com.google.android.gms.appid.xml文件是否生成,生成了就表明注册成功了
三、FCM推送条件(以下条件缺一不可)
1、在国外。
微信冷启动时,会检测你的ip,从而决定是否走fcm,这也是导致玄学的根本原因。
因此,把下列域名的请求走科学。如果不走科学,就算fcm暂时可以了,也不长久
…
-
### Minimal reproducible example
will add soon
### What platform(s) does this occur on?
Android
### Where did you reproduce the issue?
in a development build
### Summary
I'm using expo-notifica…