I want to make an iOS
sticker pack for my application.
I've been looking around and I managed to do a sticker app via Xcode.
My problem is that I don't want a stand-alone sticker app. Users will never go to the store to download it separately.
I want the sticker to be include in my classic app, like an "extra" : "You've downloaded the app, thanks you, here are stickers you can use in message".
I've tried to do "Add Target" like explained here
But when I run my app, I can see my view controller but not my sticker in my messaging app.
Can someone help me please ?