why I signed app cc3.8.7 with hotupdate can’t hotupdate however within the construct I run it usually and hotupdate is profitable. I checked the log and within the signed app model it stated it will possibly’t parse manifest
== cocos creator 3.8.7
Pls present the bug for us to examine?
when i signal the app hotupdate exhibits error :
checkCb code ERROR_PARSE_MANIFEST :1
checkCb(occasion: any): void { swap (occasion.getEventCode()) { case jsb.EventAssetsManager.ERROR_NO_LOCAL_MANIFEST: ConsoleDebug.log('checkCb code ERROR_NO_LOCAL_MANIFEST :' + occasion.getEventCode()); this.nextStep(); break; case jsb.EventAssetsManager.ERROR_DOWNLOAD_MANIFEST: case jsb.EventAssetsManager.ERROR_PARSE_MANIFEST: ConsoleDebug.log('checkCb code ERROR_PARSE_MANIFEST :' + occasion.getEventCode()); this.nextStep(); break; case jsb.EventAssetsManager.ALREADY_UP_TO_DATE: ConsoleDebug.log('checkCb code ALREADY_UP_TO_DATE :' + occasion.getEventCode()); this.nextStep(); break; case jsb.EventAssetsManager.NEW_VERSION_FOUND: ConsoleDebug.log('checkCb code NEW_VERSION_FOUND :' + occasion.getEventCode()); this._am.setEventCallback(null); this.hotUpdate(); break; default: return; } }
It set off the ERROR_DOWNLOAD_MANIFEST, means “No manifest file discovered, examine replace failed”. You possibly can have a examine on the manifestUrl.
This drawback i occur when add worldwide certificates
Is there any variations between two manifestUrls(one in unsigned, the opposite in signed)?
there is no such thing as a distinction right here. it’s simply that one ipa has no certificates and the opposite has a global certificates.
We could have a examine. Is that accessible on 3.8.6?
I examine the signed apk, it nonetheless can hotupdate easily on 387. Pls have a examine in your signal keystore.
i canot signed ipa of app retailer not apk
You must search google easy methods to signal ipa.
I signal ipa with cer uuid hotupdate usually however signal with cer enterprise hotupdate provides error


