How can I code an in-app screenshot that can then be attached to a text without having to save it to the photo library? I have read the ‘in-app Screenshot and attach to email without saving into library’ this was helpful, but still not what I need. I need this to appear in the text message box. Thanks!
Share
I have looked around the internet, and the documentation, and unlike the email version, MFMessageComposeViewController has no ‘attachment’ property, so you can’t send any. This is also further confirmed in this other SO post – How can my app send MMS with a photo?.
Jonathan