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

App detects I have 0 stickers #96

Closed 0smak closed 6 years ago

0smak commented 6 years ago

Hi! I added 7 stickers to my pack but when I try to add to whatsapp an error appear Third Party sticker pack sticker count should be between 3 to 30 inclusive, it currently has 0...

my contents.json

{ "android_play_store_link": "", "ios_app_store_link": "", "sticker_packs": [ { "identifier": "1", "name": "stkname", "publisher": "osmvk", "tray_image_file": "img.png", "publisher_email":"example@email.com", "publisher_website": "https://github.com/0smaK/Whatsapp-Stickers-Kubistas", "privacy_policy_website": "", "license_agreement_website": "", "stickers": [ { "image_file": "01_kubo.webp", "emojis": ["🗑️","💩"] }, { "image_file": "02_pollo.webp", "emojis": ["🐔","🍗"] }, { "image_file": "03_pollo-face.webp", "emojis": ["🐔","😲"] }, { "image_file": "04_kubistas-duchense.webp", "emojis": ["🚿","💩"] }, { "image_file": "05_kubistas-hdp.webp", "emojis": ["🤬","😤"] }, { "image_file": "06_nug.webp", "emojis": ["🍁","☘️"] }, { "image_file": "07_tabako-joako.webp", "emojis": ["🚬","🔥"] } ] } ] }

shineeasley commented 6 years ago

Please change the application name and signature. Then render it and run it, you should select "Install anyway" If not, check ... / assets / 1. Could be name error

0smak commented 6 years ago

I fixed it, removing the webp images and converting the png images with android studio, and now it works