You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 31, 2025. It is now read-only.
Currently, I'm trying to set up sharing as a feature within an app. The plugin for the app uses the UIActivityViewController class to share on iOS.
Currently, when attempting to share to iMessage, we are unable to share a video and text at the same time. When sharing a video to the messaging app, the text is never added to the text message. When sharing an image through the messaging app, the text is included.
Is this something that is possible? If not It would be nice to see some official Apple documentation about this. Also, this would be quite surprising considering iMessage is a built-in app, you would imagine it would have this capability.
Currently, I'm trying to set up sharing as a feature within an app. The plugin for the app uses the UIActivityViewController class to share on iOS.
Currently, when attempting to share to iMessage, we are unable to share a video and text at the same time. When sharing a video to the messaging app, the text is never added to the text message. When sharing an image through the messaging app, the text is included.
Is this something that is possible? If not It would be nice to see some official Apple documentation about this. Also, this would be quite surprising considering iMessage is a built-in app, you would imagine it would have this capability.