Derek.Chia

Results 13 comments of Derek.Chia

仅仅修改这个配置并不能打开推送按钮,只能保证通过命令行打包时推送可用。 关于安装plugin的时候打开推送按钮,我曾经提交过一个修改到master,极光官方考虑到直接修改xcode的project文件可能造成问题,把触发的afterhook去掉了,你有需要的话可以自己把after hook加回去试试。 #235 #243 #248

更新的存储路径是 `/data/data//files/cordova-hot-code-push/plugin//www/`,请确认文件夹内的内容正确。 能否提供更新后,白屏时的日志,以及更新后重启的日志。 能否提供一个 demo 方便调试。

那应该就是这个原因了,存储位置应为前者。目前你遇到的问题应该是由于读取路径不对导致的,你应该检查一下插件的配置。 我的项目中使用正常。 相对原插件的修改可以看 changelog。

不能配置,我看了一下取文件路径的代码 [PluginFilesStructure](https://github.com/snipking/cordova-hot-code-push/blob/master/src/android/src/com/nordnetab/chcp/main/model/PluginFilesStructure.java),路径是从应用的 context 中取出来的,不知道你的那台设备是不是用了 APP2FS 之类的把应用移动到了 sd 卡中。最好有一个 demo 能看一下,或者换一台设备试一下。

Your app B may not include www assets or chcp.json. You can unzip apk to check.

参考下这篇 https://stackoverflow.com/questions/52422675/how-to-extract-contents-from-a-ipa-file-2018

Same here with openebs 3.4.0, ndm 2.1.0 and thanks @tothandor this works for me. > I could solve this issue by excluding the devices which were perpetually tried to be...

> @snipking Can you please provide more details on how to evaluate logs? I getting that error again but never finish the `exclude` step due to not figuring out log...

@goodidea-kp ``` /dev/sda /dev/sda1 /dev/sda2 /dev/sda3 /dev/sdb /dev/sdb1 /dev/sdb9 /dev/sdc /dev/sdc1 /dev/sdc9 ``` These are your physical disks. Try exclude them in the openebs configmap `openebs-ndm-config`.

同样的问题,设置文件中配置 port:1087 socks-port: 1080,结果实际启动 http 代理在 1088 端口,socks 代理启动在 1081