File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies:
15
15
16
16
// pub 集成
17
17
dependencies:
18
- flutter_plugin_engagelab: 1.0.0
18
+ flutter_plugin_engagelab: 1.0.1
19
19
```
20
20
21
21
### 配置
@@ -44,8 +44,8 @@ android: {
44
44
VIVO_APPID : "",//VIVO厂商,有就填自己的,没有就不用填,保留为""
45
45
VIVO_APPKEY : "",//VIVO厂商,有就填自己的,没有就不用填,保留为""
46
46
HONOR_APPID : "",//荣耀厂商,有就填自己的,没有就不用填,保留为""
47
- APP_TCP_SSL : "",//android tcp连接是否加密,填true为加密,其他为不加密,可保留为""
48
- APP_DEBUG : ""//android log debug模式,填true为debug模式,其他为非debug模式,可保留为""
47
+ APP_TCP_SSL : "",//android tcp连接是否加密,填true为加密,其他为不加密,可保留为"",这个数据要生效需在AndroidManifest.xml中的application添加android:name="com.engagelab.privates.flutter_plugin_engagelab.MTApplication"该对象
48
+ APP_DEBUG : ""//android log debug模式,填true为debug模式,其他为非debug模式,可保留为"",这个数据要生效需在AndroidManifest.xml中的application添加android:name="com.engagelab.privates.flutter_plugin_engagelab.MTApplication"该对象
49
49
]
50
50
}
51
51
}
Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
2
package =" com.engagelab.privates.flutter_plugin_engagelab" >
3
3
4
- <application
5
- android : name =" com.engagelab.privates.flutter_plugin_engagelab.MTApplication" >
4
+ <application >
6
5
7
6
<!-- 由于此类具有长连接功能,手机厂商省电优化时可能直接杀死包名带Engagelab字样的service -->
8
7
<!-- 所以需要开发者继承com.engagelab.app.component.MTCommonService,提升长连接存活率,已达到提高消息到达率的目的 -->
You can’t perform that action at this time.
0 commit comments