LiveUpdate downloadBundle new options (checksum and signature) #473
-
|
Hi, I'm currently playing around the new feature of the live update which we can check the integrity and authenticity of the bundle before applying to our application. I noticed that when I put an invalid signature in the download options it throws an error which is good, but when I tried it for the invalid checksum it still downloading and I didn't encounter any error. Shouldn't it throw an error if the checksum is invalid or I'm not using it correctly? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
If you pass a valid signature, the checksum does not need to be checked. However, if you do not pass a signature and an incorrect checksum, then an error should be thrown. |
Beta Was this translation helpful? Give feedback.
If you pass a valid signature, the checksum does not need to be checked. However, if you do not pass a signature and an incorrect checksum, then an error should be thrown.