rammus icon indicating copy to clipboard operation
rammus copied to clipboard

Flutter Plugin for AliCloud Push.阿里云推送插件

Results 22 rammus issues
Sort by recently updated
recently updated
newest added

The plugin `rammus` uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2...

在2.5.1版本中 rammus-2.5.1\lib\src\cloud_push_message.dart文件中 ``` class OnNotification { final String? title; final String? summary; final String? extras; OnNotification(this.title, this.summary, this.extras); } ``` extras类型为String 而在 RammusPushIntentService 中 ``` override fun onNotification(context: Context, title:...

To avoid unexpected runtime failures, or future build failures, try to see if these plugins support the Android V2 embedding. Otherwise, consider removing them since a future release of Flutter...

自己在AppDelegate里实现的userNotificationCenter(_ center: UNUserNotificationCenter, willPresent notification)和didReceive方法无响应。在sdk里边的方法有被调用。是不是代理方法被拦截了?

你好,我这边有个问题,我的flutter工程依赖的rammus: [1.0.0],之前编译一直都是ok的。最近编译的时候发现找不到依赖包。android/build.gradle 中jcenter()改成mavenCenter()不起作用。 ![image](https://user-images.githubusercontent.com/73283029/182577945-e5486395-5510-474c-b1f9-9f5c7385dea0.png)

```log User authored notification. [CloudPush Verbose]: appKey/appSecret changed, clear store info. [CloudPush Debug]: Network status changed. [CloudPush Debug]: Request url is: https://mpush-api.aliyun.com/config [CloudPush Debug]: Connect to network, status: 1 [CloudPush...

android端跑demo时,按照阿里云文档集成后,仍然收不到消息。deviceId没有数据。

Android app在退出状态时,点击通知,rammus.onNotificationOpened.listen不能监听到,是正常的吗? 请大佬指点该如何解决这个问题。感谢

你好,app开发,安卓收到推送出现异常 MPS:MessageNotification: can't find certain activity class: 和在后台时 打开app不跳转 报错/MPS:CPushServiceListener: startActivity error 请问这个是什么类型错误?如何修改