We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react-native-update version 10.16.0
react-native version 0.63.2
jdk version 11
node version 16.12
** 问题描述 ** 已按照官网文档进行配置,IOS可以正常热更新 但是安卓检查热更新时遇到问题
提交apk原生包并安装apk至手机后,使用pushy bundle --platform android上传热更新成功 然后启动APP能正常获取到热更新,下载过程中发生了错误 log中updateError类型的message字段为空 logcat未有错误
查阅大量issue未找到相同问题 请求大佬帮助 如何解决此问题
已在AndroidManifest.xml中配置WRITE_EXTERNAL_STORAGE与REQUEST_INSTALL_PACKAGES 应用权限也允许访问文件和文档、读取应用列表以及获取手机信息
WRITE_EXTERNAL_STORAGE
REQUEST_INSTALL_PACKAGES
文件和文档
读取应用列表
获取手机信息
logcat
The text was updated successfully, but these errors were encountered:
No branches or pull requests
react-native-update version
10.16.0
react-native version
0.63.2
jdk version
11
node version
16.12
** 问题描述 **
已按照官网文档进行配置,IOS可以正常热更新
但是安卓检查热更新时遇到问题
提交apk原生包并安装apk至手机后,使用pushy bundle --platform android上传热更新成功
然后启动APP能正常获取到热更新,下载过程中发生了错误
log中updateError类型的message字段为空 logcat未有错误
查阅大量issue未找到相同问题
请求大佬帮助 如何解决此问题
已在AndroidManifest.xml中配置
WRITE_EXTERNAL_STORAGE
与REQUEST_INSTALL_PACKAGES
应用权限也允许访问
文件和文档
、读取应用列表
以及获取手机信息
logcat
The text was updated successfully, but these errors were encountered: