Hello, after updating the physical device to iOS17, it seems there's an issue with the ImagePicker's functionality. In our app, even though NSItemProvider indicates canLoadObject(ofClass: UIImage.self) returns true, the method loadObject(ofClass: UIImage.self) { (object, error) consistently returns nil.
There's also a possibility that the same phenomenon is occurring with the standard Notes app's image picker, preventing images from being passed to the app.