Sending personalized push notifications using onesignal

江枫思渺然 提交于 2019-12-06 15:20:19

OneSignal can certainly be used to send personalized notifications to each user.

To implement this you will need to call the OneSignal API for each user that you are sending the notification to. Since this might take a while to send to 1 million devices, you can parallelize your API calls to do it faster.

Note that you should not make more than 20 requests per second though, since OneSignal's API may throttle requests from the same API that exceed this limit.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!