Questions tagged [ios-stickers]
23 questions
0
votes
1 answer
Analytics for iMessage stickers
We are going to supplement our iOS app with a sticker pack. So I created a new target (Sticker Pack Extension), and pushed a dozen of stickers into Stickers.xcassets.
Everything works great without a line of code: stickers appeared in iMessage and…

Nick
- 3,205
- 9
- 57
- 108
0
votes
0 answers
iOS Sticker Pack with Horizontal Menu?
I have a bunch of stickers that should be grouped together. I want a horizontal scroll at the top and when a user selections a group I want to load that group underneath just like the apple sticker app (Memoji Stickers) pictured below....
Is this…

mKane
- 932
- 13
- 30
0
votes
2 answers
Reduce the file size of png image
How can I reduce the file size of png image to less than 64KB and without losing the transparent background and maintain 512 X 512 pixels in Swift.
I have tried this code:
func resizeImageOriginalSize(targetSize: CGSize) -> UIImage {
var…

dev
- 87
- 1
- 5
0
votes
1 answer
Why my sticker doesn't work after (maybe)2 weeks?
I made my own iMessage stickers, which I installed to my and my brother's iPhone, without a dev account.
After maybe 2 weeks, stickers stopped work on my iPhone as well as iPhone of my brother. I have to delete it, and install it again.
Is there…

marko999
- 3
- 1
0
votes
0 answers
How to create a sticker view for custom chat app?
How to create a custom sticker view for chat app? Like in iMessages stickers. Draggable sticker view.
Is there any possibility to do it in own chat app.

Deepak ravi
- 43
- 10
0
votes
0 answers
How to use IAP for a sticker iMessage Application
I watched a tutorial on how to create IAP non-consumable for a regular App but can the same code be used for iMessage stickers? There are no resources out there on how to create IAP for iMessage stickers.

user9108118
- 1
- 2
0
votes
1 answer
Add Stickers Background Color With Swift
I just made my first iMessage Stickers with Swift but I can't change the background color in the box where my stickers displays. I don't want it to be white. How can I do this? and where do I put the code?
I created a new Swift file under…

user9108118
- 1
- 2
-1
votes
1 answer
Building iOS sticker app but new stickers aren't showing up in the app
Built a sticker app for my friends and I to use. It's been in the App Store since November. Late November we added some new stickers and submitted to the App Store again (an update to the original app). So we have sticker sets A and B.
Recently we…

Matt Foster
- 1
- 1