-
-
# Feature Request
I'm not sure if this is already achievable. If so, perhaps you can advise how.
## Motivation Behind Feature
It's a better UX than immediately processing the push notifi…
-
Hello,
With the new FCM v1 http endpoints, support for batching was removed. The solution for large volume is now topics (but that leave you with generic messages) and using HTTP2 (just like APNs d…
-
We are developing a Meteor integration with the Apple Watch, which has the need to use the `category` field of the APNS payload to support custom notification actions.
As described here:
https://deve…
-
Currently the `alert` only supports a single string field, however the APNS `alert` field can be expanded to be either a string OR a dictionary as in:
```
aps: {
alert: {
title: "some title",
…
-
raix:push@3.1.0-pre.1
when I build a app with the development environment, And send a notification(Meteor.call('serverNotification', 'xx', 'xx') from browser console). But the terminal give me a ex…
-
The path elements that are not aware of APN or do not support APN will not be able to process the APN header since there are no corresponding configurations. The APN ID will only be processed in the n…
-
### What happened?
We have identified a specific scenario where devices utilizing Firebase Social Authentication encounter an "APNS Bad Device Token" issue. Devices that have never utilized social …
-
DATABACKUP is a very very good application : can you add backup for APN setting in network setting
-
I use the following codes to send push notification with certification.
These codes are from "base usage" of the readme file (removed the key part)
```
import asyncio
from uuid import uuid4
fro…