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
Post
Replies
Boosts
Views
Activity
Hello
In xCode crash reports, I notice an increase in crashes for an "iPhone only >=iOS12" app running on iPad (from iOS 15.4 and more). No issue on iPhone.
2 CoreFoundation 0x18086d390 +[NSException raise:format:] + 112 (NSException.m:156)
3 UIKitCore 0x18312f648 -[UINib instantiateWithOwner:options:] + 456 (UINib.m:403)
4 UIKitCore 0x182dc4ca0 -[UIViewController loadView] + 576 (UIViewController.m:3736)
Do you have any information ?
Thank you