Hi,
An existing app on AppStore have issue with SHA256 Hash only since iOS17.4.
And only Pro and Pro Max seems affected by this issue.
NSData is read from downloaded file.
Hash is calculated with
unsigned char *CC_SHA256(const void *data, CC_LONG len, unsigned char *md)
And compared with original HASH
It appears different only on iOS17.4 and only Pro and Pro Max.
But i can't reproduce this issue.
Do you have an idea ?
Thank you
15
0
3.4k