Videos/memes with iMessage app

79 Views Asked by At

I was trying to add small videos in iMessage app but videos not showing in my MSStickerBrowserViewController. I used below code to add videos/

let sticker = try MSSticker(contentsOfFileURL: url, localizedDescription: "") stickers.append(sticker)

Is it possible to add videos there?

Thank you,

0

There are 0 best solutions below