I have to know something. I want to know How many connections FCM
& APN
allows in parallel. I google it and find the FCM
allows 1000
connections in parallel but did not know How many connections APN
allows in parallel. I also want that is there any other way to increase the connections in FCM
& APN
.
![](https://profile-avatar.csdnimg.cn/default.jpg!4)
“FCM”和“APN”允许多少个连接并行
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
1条回答 默认 最新
- douangzhao4108 2019-01-07 14:31关注
t's better not to make any connections in parallel, it is recommended to reuse connections or close the connections after delivering Push notifications.
Also Apple suggests leave a connection open unless you know it will be idle. It appears a rule of thumb is 15 connections max.
Therefore, it's better not to increase the connections in APN. Connections via FCM has only limit of 1000 notifications at one go.
Also, check this SO post for more info.
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报