Sending photo using MFMessageComposeViewController is disabled in ios10
问题 I have message send functionality in my app and implemented the same using MFMessageComposeViewController. I am able to attach photos with the message in iOS9 but not in iOS 10? Is there anyone having the same issue? 回答1: Swift 5.0 version: Call the below method named displayMessageInterface : - Important to note: composeViewController.addAttachmentData(dataImage!, typeIdentifier: "image/png", filename: "ImageData.png") In the above line, filename must be of type abc.png in my case or abc