BuglyDevTeam / Bugly-Android-Demo

Bugly Android SDK 使用例子
Apache License 2.0
812 stars 307 forks source link

无法静默检查更新,最新版本时每次检查更新都会有toast提示 #263

Open CuiZhaoHui opened 4 years ago

CuiZhaoHui commented 4 years ago

调用检查更新时,isSilence传的true,期望是没有任何提示,静默检查更新。但目前每次调用该方法都会toast提示 ”你已经是最新版本了”。请问有解决办法么。

Beta.checkAppUpgrade(false,true);

我使用的版本是

implementation 'com.tencent.bugly:crashreport_upgrade:1.4.5'

刚给降级到1.4.2不提示了,这是版本bug么。

liangdong9676 commented 4 years ago

我的是1.4.5 1.9.14.7没问题

ichtj commented 3 years ago

`"crashreport" : "com.tencent.bugly:crashreport:latest.release", //注意: 升级SDK已经集成crash上报功能,已经集成Bugly的用户需要注释掉原来Bugly的jcenter库; // 已经配置过符号表的Bugly用户保留原有符号表配置; Bugly SDK(2.1.5及以上版本)已经将Java Crash和Native Crash捕获功能分开, // 如果想使用NDK库,需要配置: compile 'com.tencent.bugly:nativecrashreport:latest.release' "crashreport_upgrade" : "com.tencent.bugly:crashreport_upgrade:latest.release", "nativecrashreport" : "com.tencent.bugly:nativecrashreport:latest.release", // 指定tinker依赖版本(注:应用升级1.3.5版本起,不再内置tinker) "tinker" : "com.tencent.tinker:tinker-android-lib:latest.release",

classpath "com.tencent.bugly:tinker-support:1.1.5"

这个可以通过`