gpt4 book ai didi

android - Rails - 谷歌云消息传递 rpush gem

转载 作者:行者123 更新时间:2023-11-30 02:20:27 25 4
gpt4 key购买 nike

我正在按照 rpush 的安装说明进行操作gem 和我完成了迁移,然后下一条指令说要写:

app = Rpush::Gcm::App.new
app.name = "android_app"
app.auth_key = "..."
app.connections = 1
app.save!

n = Rpush::Gcm::Notification.new
n.app = Rpush::Gcm::App.find_by_name("android_app")
n.registration_ids = ["token", "..."]
n.data = { message: "hi mom!" }
n.save!

我是 Rails 的新手,所以我到底应该在哪里编写它以及如何运行它以及如何将它与 Android 客户端连接。

最佳答案

为了测试,您可以将其编写在 Controller 中。

您还可以查看此博客文章,其中包含一个带有 Rails 服务器的 Android 应用程序的最小工作示例:http://mateuyabar.com/blog/android/rubyonrails/gcm/2015/05/13/Google-Cloud_Messaging-with-Ruby-On-Rails.html

关于android - Rails - 谷歌云消息传递 rpush gem,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28624999/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com