WhatsApp / stickers

This repository contains the iOS and Android sample apps and API for creating third party sticker packs for WhatsApp.
Other
2.73k stars 1.7k forks source link

[IOS] Stickers do not load on whatsapp #244

Closed ImperadorII closed 5 years ago

ImperadorII commented 5 years ago

the app works fine until I click "Add to WhatsApp", it opens the app, theoretically loads the stickers, but when I click "Save", the app freezes.

46381378_1432176253586690_7933339061442314240_n

Zandor300 commented 5 years ago

Do your stickers comply with the sticker requirements (512x512 and less than 100 KB)? Are you using PNG or WebP images?

ImperadorII commented 5 years ago

Do your stickers comply with the sticker requirements (512x512 and less than 100 KB)? Are you using PNG or WebP images?

As far I checked, yes, they do comply with the requirements, and I am using WebP.

Zandor300 commented 5 years ago

Did you export the images from Photoshop and are you using the recommended plugin?
https://github.com/fnordware/AdobeWebM

If so, did you uncheck the "Save Metadata" checkbox as suggested here:
https://github.com/WhatsApp/stickers/issues/167#issuecomment-437216044

ImperadorII commented 5 years ago

Did you export the images from Photoshop and are you using the following plugin? https://github.com/fnordware/AdobeWebM

If so, did you uncheck the "Save Metadata" checkbox as suggested here: #167 (comment)

I'll try it in a minute and come with updates

ImperadorII commented 5 years ago

Did you export the images from Photoshop and are you using the recommended plugin? https://github.com/fnordware/AdobeWebM

If so, did you uncheck the "Save Metadata" checkbox as suggested here: #167 (comment)

It worked! Thanks a lot!