HarmonyOS 推送无法收到

通知消息无法收到,平台查询提示错误信息没有权限打开Activity。

module.json5相关配置如下,推送权限已经打开。

{
  "name": "EntryAbility",
  "srcEntry": "./ets/entryability/EntryAbility.ets",
  "description": "$string:EntryAbility_desc",
  "icon": "$media:icon",
  "label": "$string:EntryAbility_label",
  "startWindowIcon": "$media:icon",
  "startWindowBackground": "$color:start_window_background",
  "exported": true,
  "skills": [
    {
      "entities": [
      "entity.system.home"
      ],
      "actions": [
      "action.ohos.push.listener"
      ],
    }
  ]
}
HarmonyOS
23h前
浏览
收藏 0
回答 1
待解决
回答 1
按赞同
/
按时间
aquaa

EntryAbility的"action.system.home"参数不可以去除,当设置点击消息跳转首页时会根据 "action.system.home"进行跳转,若找不到对应参数会报这个错误。

示例:

"actions": [
"action.system.home",
"action.ohos.push.listener"
],
分享
微博
QQ
微信
回复
20h前
相关问题
HarmonyOS 无法收到推送通知
199浏览 • 1回复 待解决
HarmonyOS 推送后台消息,未收到
1483浏览 • 1回复 待解决
HarmonyOS 推送突然无法接收
5浏览 • 0回复 待解决
HarmonyOS 无法接收推送数据
256浏览 • 1回复 待解决
HarmonyOS 推送无法及时送达
1浏览 • 0回复 待解决
HarmonyOS 无法获取推送Push Token
273浏览 • 1回复 待解决