r_upgrade
r_upgrade copied to clipboard
🆙🚀 Flutter application upgrade/ Flutter App Upgrade /Flutter App Update/Flutter Update / download Plug-in (with notice bar progress), supports full upgrade, hot update and incremental upgrade
获取AndroidStore列表时,只能获取到com.android.vending(google play),是我用法不对么?手机上安装了多个应用市场
看过其他issues里面的解决方案了 对我都不生效 理论上podfile里面使用 user_framework 可以安装上 但是如果我user_framework 我其他的很多库就不能用了 flutter是2.5版本 xcode是13 都是最新版 项目当时创立的时候是OC的 楼主说的那个删掉重新创建swift版本的风险对我来说太大了 请问作者还有其他的解决办法吗 作者能否提供个联系方式啊
Hi! Is it possible to install so that there is no Intent window call? Silent installation is required. ``` Flutter await RUpgrade.upgrade( linkToApk, ); ```
Some devices have a this problem: Android: 11 java.lang.RuntimeException: at android.app.ActivityThread.handleStopService (ActivityThread.java:4476) at android.app.ActivityThread.access$2100 (ActivityThread.java:250) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2032) at android.os.Handler.dispatchMessage (Handler.java:106) at android.os.Looper.loop (Looper.java:236) at android.app.ActivityThread.main (ActivityThread.java:7864) at java.lang.reflect.Method.invoke (Native...
FAILURE: Build failed with an exception. What went wrong: Could not determine the dependencies of task ':app:processDebugResources'. Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'. Could not find :r_upgrade_lib-debug:....
上架谷歌出现问题
应用包含不符合设备和网络滥用策略的内容。已确定应用使用违反规则的 r upgrade SDK 版本,包括从 Google Play 外部未知来源下载或安装应用程序的代码。 就算没有开启这个功能,引用了这个包就提示这个问题。
通过日志分析,onCreate 和 onStartCommand 中间可能会收到网络状态变化,这时可能会导致 调用` long id = runnable.id;` 时发生崩溃
如何解决Android studio 的 如下 info 提示 ``` info: Don't put any logic in 'createState'. (no_logic_in_create_state at [imboy] lib/page/single/upgrade.dart:321) ```