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?