hujiahua 2adbb5b1df 1.屏蔽ios获取媒体权限 | 5 년 전 | |
---|---|---|
android | 5 년 전 | |
bundle | 5 년 전 | |
ios | 5 년 전 | |
src | 5 년 전 | |
.babelrc | 6 년 전 | |
.buckconfig | 6 년 전 | |
.flowconfig | 5 년 전 | |
.gitattributes | 6 년 전 | |
.gitignore | 6 년 전 | |
.watchmanconfig | 6 년 전 | |
LICENSE | 5 년 전 | |
README.md | 5 년 전 | |
app.json | 6 년 전 | |
index.d.ts | 5 년 전 | |
index.js | 5 년 전 | |
package-lock.json | 5 년 전 | |
package.json | 5 년 전 | |
rn-cli.config.js | 6 년 전 | |
tsconfig.json | 5 년 전 | |
yarn.lock | 5 년 전 |
此文档主要记录自己模仿网易云音乐App的过程
code-push deployment ls -k <appName>
eg:
code-push deployment ls -k com.xkshop.android
code-push deployment ls -k com.xkshop.ios
查看更新历史code-push deployment history <appName> <Production> or <Staging>
eg:
code-push deployment history com.xkshop.android Staging
code-push deployment history com.xkshop.ios Staging
清除历史
code-push deployment clear <appName> Production or Staging
两种方式:
简单方法:code-push release-react <appName> <platform>
eg:
code-push release-react com.xkshop.ios ios
code-push release-react com.xkshop.android android
复杂方法:
eg:
code-push release-react com.xkshop.android android --t 1.0 --dev false --d Staging --des "1.优化操作流程\n2.这是第二条内容" --m true
code-push release-react com.xkshop.ios ios --t 1.0.0 --dev false --d Staging --des "1.优化操作流程\n2.这是第二条内容" --m true
参数说明:
–t为二进制(.ipa与apk)安装包的的版本, –dev为是否启用开发者模式(默认为false); –d是要发布更新的环境分Production与Staging(默认为Staging); –des为更新说明,一般5条 –m 是强制更新。
adb shell input keyevent 82