We're using the latest versions of Support SDK and the other SDKs on iOS, but we aren't able to attach any images to a discussion on iOS 16. The attachment button (paperclip) alternates between blue and gray when tapped, but nothing happens after it initially asks to grant access to photos. We have defined the related permission strings for NSPhotoLibraryUsageDescription and NSCameraUsageDescription.
I think ideally you should use PHPickerViewController for iOS 14 and later, as it allows the user to only share the images they pick from the photo library, and therefore it requires no user permissions.
