我想使用Ejabberd在Android和iOS手机中发送推送通知,后端是mysql。我读了很多文章但没有得到两者的解决方案。
答案 0 :(得分:0)
以下是您可以尝试向移动用户发送推送通知的几个步骤。
答案 1 :(得分:0)
你可以利用 mod_push in ejabberd 或者mod_zeropush
mod_zeropush:
sound: "default"
auth_token: "your-auth-token"
post_url: "https://your-internal-service/notify"
这用于调用我们的服务器API来发送PUSH通知。