开发者

Sending apn notifications to 2 different apps from same api

开发者 https://www.devze.com 2023-03-25 04:08 出处:网络
We have a rails api that we would like to use to send notifications to client and admin ios apps. Does anyone know if this is possible?We have it setup now sending to the client app but not sure how t

We have a rails api that we would like to use to send notifications to client and admin ios apps. Does anyone know if this is possible? We have it setup now sending to the client app but not sure how to pr开发者_如何转开发oceed sending to admin. We are hosting the api on heroku now using redis and a worker dyno to send the notifications.


Read the docs here.

You cannot push to 2 separate apps in 1 call to the service but you should definitely be able to make a call for each app.

0

精彩评论

暂无评论...
验证码 换一张
取 消