You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two releases with same content but diff signature and app, Will download same '.codepushrelease' final, Causing one of the signatures to fail verification.
#107
release $FOLDER to $ANDROID_APP with $ANDROID_PRIVATE_KEY
release $FOLDER to $IOS_APP with $IOS_PRIVATE_KEY
open Android App, hot update success
open iOS App, wrong signature
Have been checked:
Not cli problem. I checked table's 'packages/blob_url' two record's local file, thire '.codepushrelease' all have right content hash (they are diff with their signature)
So not native plugin problem
I found server update-info returnd download file all are 'packages_diff/diff_blob' record, and I checked diff_blob's local file, thire '.codepushrelease' content are same, so one of app must be got 'wrong signature'
So maybe the problem be 'code-push-server/diff-feature' related?
The text was updated successfully, but these errors were encountered:
imfms
changed the title
Two releases with same content but diff signature, Will download same package final, Causing one of the signatures to fail verification.
Two releases with same content but diff signature, Will download same '.codepushrelease' final, Causing one of the signatures to fail verification.
Jan 27, 2022
imfms
changed the title
Two releases with same content but diff signature, Will download same '.codepushrelease' final, Causing one of the signatures to fail verification.
Two releases with same content but diff signature and app, Will download same '.codepushrelease' final, Causing one of the signatures to fail verification.
Jan 27, 2022
while package hash is used as the key in DateCenterManager where packages get stored
However, I didn't got a proper fix yet... - I am just trying to be careful to not break things, ideally, the fix should not change the data dir structure for DataCenterManager - maybe revisit this issue later when I understand it better
Env:
My issue steps:
Have been checked:
The text was updated successfully, but these errors were encountered: