-1

I want to share images, text, and audio at a time using WhatsApp from my app. I tried several solutions, but none of them worked.

I was try this code:

guard let url = URL(string: shareURLString) else {
    return
}

let items: [Any] = [shareText, url, #imageLiteral(resourceName: "dog")]
let vc = VisualActivityViewController(activityItems: items, applicationActivities: nil)
vc.previewNumberOfLines = 10

presentActionSheet(vc, from: sender)

Can anyone tell me how we can share these three things on WhatsApp at once?

HangarRash
  • 7,314
  • 5
  • 5
  • 32
Shubham
  • 1
  • 2
  • duplicate question -> https://stackoverflow.com/questions/8354417/share-image-text-through-whatsapp-in-an-ios-app#51684451 – Chandaboy Aug 08 '23 at 10:57
  • Does this answer your question? [Share image/text through WhatsApp in an iOS app](https://stackoverflow.com/questions/8354417/share-image-text-through-whatsapp-in-an-ios-app) – arata Aug 10 '23 at 05:41

0 Answers0