【问题标题】:Send App to App push notification in android using parse.com使用 parse.com 在 android 中发送 App 到 App 推送通知
【发布时间】:2015-04-10 17:55:30
【问题描述】:

我使用 parse.com 在 android 中创建了一个应用程序来实现推送通知。当我触发 parse.com 中的按钮时,我收到了从服务器成功发送到我的设备的通知

现在我的问题是如何使用 parse.com 将相同的通知从一台设备发送到另一台设备

【问题讨论】:

  • 我用云代码做的
  • 你能告诉我具体的步骤吗?
  • 不确定我的使用情况是否与您的一致,我发送推送通知作为对创建/更新对象的反应。你有使用云代码的经验吗?

标签: android eclipse parse-platform push-notification


【解决方案1】:
ParsePush push = new ParsePush();
push.setChannel("Giants");
push.setMessage("The Giants just scored! It's now 2-2 against the Mets.");
push.sendInBackground();

【讨论】:

猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2015-01-06
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2023-02-02
  • 2015-01-14
  • 1970-01-01
相关资源
最近更新 更多