snipking / cordova-hot-code-push

Plugin add hot update ability to cordova app
MIT License
35 stars 15 forks source link

[IOS platform] When install new version of the app, got an error with code -9 #8

Open askdaddy opened 2 years ago

askdaddy commented 2 years ago
Problem

image

Steps to reproduce
  1. publish a version A to store
  2. download and install A
  3. publish a new version B to store
  4. download and install B
  5. open B,then it happens
System info

Run cordova info (or ionic info) and paste it here, or give us information like:

snipking commented 2 years ago

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

askdaddy commented 2 years ago

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

我想知道ios上怎么看app 里的文件?

snipking commented 2 years ago

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

askdaddy commented 2 years ago

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

感谢,我再去研究一下