getui-flutter-plugin icon indicating copy to clipboard operation
getui-flutter-plugin copied to clipboard

个推官方提供的推送SDK Flutter 插件(支持 Android & iOS)

Results 42 getui-flutter-plugin issues
Sort by recently updated
recently updated
newest added

``` Getuiflut().startSdk( appId: 'xxxx', appKey: 'xxxx', appSecret: 'xxxx' ); Getuiflut().addEventHandler( // 此事件未触发 onReceiveClientId: (String clientId) { print('个推服务ClientId, ${clientId.toString()}'); }, ); ``` > flutter doctor ``` Doctor summary (to see all...

![image](https://user-images.githubusercontent.com/15942257/81469114-dc869f00-9215-11ea-9416-076e00809f7e.png) 会导致其他sdk无法接收 continueUserActivity ![image](https://user-images.githubusercontent.com/15942257/81469162-19eb2c80-9216-11ea-954f-863bce2bf11e.png)

杀掉应用由个推网页创建的推送,通过厂商推送后,手机收到推送,点击通知时没打开应用 透传和通知消息表现一致 ` 05-13 20:12:08.179 21453 21789 D GetuiflutPlugin: Getui flutter plugin doesn't exist 05-13 20:12:08.494 21453 21789 D GetuiflutPlugin: Getui flutter plugin doesn't exist 05-13 20:12:08.496 21453 21789 D...

ios 绑定别名无效 个推后台查询不到别名 Android 正常 后台能查询到 android 控制台能输出绑定了别名 ios控制台只输出了cid 没有输出别名

如果配置多厂商,是只需要添加相应厂商appId等信息就可以了吗,还需要别的什么修改吗,后台代码需要修改吗。

我按照demo上的写法 manifestPlaceholders = [ GETUI_APP_ID : "xxxx", GETUI_APP_KEY : "xxxx", GETUI_APP_SECRET : "xxxx", // 下面是多厂商配置,如需要开通使用请联系技术支持 // 如果不需要使用,预留空字段即可 XIAOMI_APP_ID : "", XIAOMI_APP_KEY : "", MEIZU_APP_ID : "", MEIZU_APP_KEY : "", HUAWEI_APP_ID...

请问这个现象是正常的吗?还是哪里设置有问题导致的? 安卓华为mate 9 pro iOS透传消息是可以正常显示的。

initGetuiSdk怎么会是作为一个get?它不是一个void嘛?根据使用文档写就直接报错了。