-
I have upgraded Rpush 2.7 to 3.0.2, When tried sending push notification got following error in Rpush log :
Rpush::Client::ActiveRecord::App Load (0.3ms) SELECT `rpush_apps`.* FROM `rpush_apps`…
-
With the recent launch of iOS 13, notifications are no longer delivered.
There is a simple solution. AWS, here, explains how to send notifications to devices on iOS 13 and WatchOS 6.
https://…
-
```
[ 3s] + PYTHONPATH=:/home/abuild/rpmbuild/BUILDROOT/python-apns2-0.7.1-0.x86_64/usr/lib/python3.8/site-packages
[ 3s] + PYTHONDONTWRITEBYTECODE=1
[ 3s] + py.test-3.8 --ignore=_build.py…
mcepl updated
3 years ago
-
目前在写一个bark-server的Node.js版本,方便其他写前端比较顺手的朋友集成bark推送到自己的项目中。
看到Finb提供的还是p12的证书,好像没有使用「新」的APNs Provider API。因为我这边用到的APNs包都只支持了APNs Provider API,老的cert-key模式已经完全移除...所以请问是否考虑换用新的APNs协议?
切换应该没有什么特别要处…
-
ios push notification multiple devices?
-
The default /etc/xapsd/xapsd.yaml doesn't seem to get loaded correctly when running xapsd without any command line options:
FATA[0000] not a valid logrus Level: ""
It appears that the loglevel v…
jonoz updated
3 years ago
-
Hello,
first of all many thanks for the great package!
I just tried the code snippet that's shown in the `README`, but whenever I execute it, I get the following error:
```
client.send_no…
-
We are using proxy server to send the notification. While sending the notifications using proxy_host and proxy_port following error is coming:
```
Traceback (most recent call last):
File "apns_…
-
I have this error when I try to launch the push notification, could you help me with this error? anyone know how to fix it?
`
web_1 | Exception in thread Thread-1:
web_1 | Traceback (most recen…
-
I've noticed we're getting `TooManyProviderTokenUpdates` errors in our app lately.
Maybe that's related to the older issue: https://github.com/AndrewBarba/apns2/issues/16, but in our case it doesn't …