gpt4 book ai didi

android - 推送通知不显示在状态栏上

转载 作者:行者123 更新时间:2023-11-29 01:25:56 25 4
gpt4 key购买 nike

我将 phonegap 与 phonegap-plugin-push 一起使用,我尝试了该插件附带的示例,我在我的手机(Galaxy s4,Android 5.0.1)上测试了它,当我在应用程序打开时发送通知我得到了振动,消息显示在 index.js 中提到的卡片 div 中,但我没有在状态栏上收到通知,如果应用程序在后台,我也没有在状态栏上收到通知,但我得到了振动。我想知道为什么我的状态栏上没有弹出通知。我使用 phonegap-plugin-push 1.4.4

最佳答案

@德尔

我正在使用 ruby​​ 发送通知

require 'rubygems'
require 'pushmeup'

GCM.host = 'https://android.googleapis.com/gcm/send'
GCM.format = :json
GCM.key = "key"
destination = ["id"]
data = {:title => "PhoneGap Push",:message => "PhoneGap Build rocks!", :msgcnt => "1", :soundname => "beep.wav"}
options = {:collapse_key => "placar_score_global", :time_to_live => 3600, :delay_while_idle => false}

GCM.send_notification( destination, data, options)

关于android - 推送通知不显示在状态栏上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34065875/

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