I am creating an iMessage extension. When the user sends the sticker from my app in iMessage it(sticker) becomes available as an attachment(i button in iMessage conversation -> Images section). I do not want users to be able to download a sent sticker.
I have tried different ways to send a sticker: iMessage app using StickerView Send a sticker with MSConversation.insert using MSMessages, MSStickers, Attachments. Only MSMessages don't allow the users to downloaded the sticker.
But I also need to be able to send a gif(it is not possible using MSMessages.MSMessagesTempletaLayout).
I have seen that the gifs without ability to download them work in Crossy Road iMessage extension so it is possible Please give me some advise how can I do that?