I previously reported an issue where PHImageManager.requestImageDataAndOrientation() never calls its progress or completion handler.
In this thread, it was mentioned that iOS 27 beta 3 fixes a PhotoKit hang involving the deletion of recently captured 48 MP ProRAW assets.
I know these involve different APIs (PHPhotoLibrary and PHImageManager). But the behavior looks the same. The request hangs without ever calling back, and later PhotoKit requests get stuck as well.
Will the PHImageManager issue I reported also be fixed when iOS 27 is officially released?