jpush / jverify-flutter-plugin

JPush's officially supported Flutter plugin (Android & iOS). 极光推送官方支持的 Flutter 插件(Android & iOS)。
https://docs.jiguang.cn
MIT License
117 stars 64 forks source link

使用最新版本自定义协议不展示 #140

Open kinling opened 3 years ago

kinling commented 3 years ago

使用2.1.7和2.1.6不展示自定义协议,用2.1.4测试是正常的 以下是官方demo用2.1.4和2.1.7测试的截图

codercq commented 3 years ago

俺也是

elricym commented 3 years ago

+1

codercq commented 3 years ago

不是吧 不是吧? 一个月了没人改?

luoweii commented 3 years ago

这个什么时候解决啊?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

ssj1314 commented 2 years ago

+1

LaoHuan commented 2 years ago

uiConfig.privacyItem = [ JVPrivacy("自定义协议1", "http://www.baidu.com", beforeName: "==", afterName: "++", separator: "*"), JVPrivacy("自定义协议2", "http://www.baidu.com", separator: "、") ];

用这个配置。刚刚看代码发现的

codercq commented 2 years ago

:

我按他最新版的example里的代码写 在ios上闪退了

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSConcreteAttributedString hasPrefix:]: unrecognized selector sent to instance 0x28101cfe0'

limxing commented 2 years ago

+1

cavanlee commented 2 years ago

这协议过长居然不会自动换行