Why I signed app cc3.8.7 with hotupdate can't hotupdate

why I signed app cc3.8.7 with hotupdate can’t hotupdate but in the build I run it normally and hotupdate is successful. I checked the log and in the signed app version it said it can’t parse manifest
== cocos creator 3.8.7

Can anyone help me?

Pls provide the bug for us to check?

when i sign the app hotupdate shows error :
checkCb code ERROR_PARSE_MANIFEST :1

checkCb(event: any): void {
switch (event.getEventCode()) {
case jsb.EventAssetsManager.ERROR_NO_LOCAL_MANIFEST:
ConsoleDebug.log('checkCb code ERROR_NO_LOCAL_MANIFEST :' + event.getEventCode());
this.nextStep();
break;
case jsb.EventAssetsManager.ERROR_DOWNLOAD_MANIFEST:
case jsb.EventAssetsManager.ERROR_PARSE_MANIFEST:
ConsoleDebug.log('checkCb code ERROR_PARSE_MANIFEST :' + event.getEventCode());
this.nextStep();
break;
case jsb.EventAssetsManager.ALREADY_UP_TO_DATE:
ConsoleDebug.log('checkCb code ALREADY_UP_TO_DATE :' + event.getEventCode());
this.nextStep();
break;
case jsb.EventAssetsManager.NEW_VERSION_FOUND:
ConsoleDebug.log('checkCb code NEW_VERSION_FOUND :' + event.getEventCode());
this._am.setEventCallback(null);
this.hotUpdate();
break;
default:
return;
}
}

It trigger the ERROR_DOWNLOAD_MANIFEST, means “No manifest file found, check update failed”. You can have a check on the manifestUrl.

This problem i happen when add international certificate

Is there any differences between two manifestUrls(one in unsigned, the other in signed)?

there is no difference here. it’s just that one ipa has no certificate and the other has an international certificate.

@Tom_k u can help me?

We will have a check. Is that available on 3.8.6?

I check the signed apk, it still can hotupdate smoothly on 387. Pls have a check on your sign keystore.

i canot signed ipa of app store not apk

You should search google how to sign ipa.

I sign ipa with cer uuid hotupdate normally but sign with cer enterprise hotupdate gives error

Could pls check your enterprise cer? Because we dont have enterprise cer and we dont receive other feedback of signed ipa can not hotupdate.