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

[ANDROID] Stickers not loading for others #225

Closed iliasvdheuvel closed 5 years ago

iliasvdheuvel commented 5 years ago

Hello, I just made my sticker app, which is working for me. I see the stickers my self, but for others they keep on loading for ever in whatsapp. Is that because my app isn't in google play?

Thank you :)

sharadvermasv commented 5 years ago

No that is not the case. Can you show screenshots.

alex193a commented 5 years ago

Is your stickers app still installed on their phones?

iliasvdheuvel commented 5 years ago

No, the app is only installed on my phone, so I can sent them en see them in the chats. But my friends see only a loading animation in the chat, sorry if i was unclear

sharadvermasv commented 5 years ago

Maybe they are using moded version if WhatsApp or using outdated version

iliasvdheuvel commented 5 years ago

But they see the stickers i sent via other apps

sharadvermasv commented 5 years ago

Have u converted them into webp and used right size?

Zandor300 commented 5 years ago

Stickers should be either PNG or WebP, have a resolution of 512x512 and be below 100 KB. Does all of that apply to your stickers?

iliasvdheuvel commented 5 years ago

Yes

sharadvermasv commented 5 years ago

upload your file in github and lemme know. will see ur code

iliasvdheuvel commented 5 years ago

As in what file? The whole project folder?

iliasvdheuvel commented 5 years ago

https://github.com/Iliasssss/StickersIlias this is my cofe

MayurAmipara commented 5 years ago

Same issue for me !!

Read all instructions here : https://faq.whatsapp.com/general/26000226

Also i am following above all instructions ! 😣

sharadvermasv commented 5 years ago

well emoji assigned to sticker is missing in ur code. try adding emoji

sharadvermasv commented 5 years ago

Check original code asset json file

iliasvdheuvel commented 5 years ago

Emojis are optional right?

Zandor300 commented 5 years ago

@Iliasssss

emoji (optional): add up to a maximum of three emoji for each sticker file. Select emoji that best describe or represent that sticker file. For example, if the sticker is portraying love, you may choose to add a heart emoji like 💕. If your sticker portrays pizza, you may want to add the pizza slice emoji 🍕. In the future, WhatsApp will support a search function for stickers and tagging your sticker files with emoji will enable that. The sticker picker/tray in WhatsApp today already categorizes stickers into emotion categories (love, happy, sad, and angry) and it does this based on the emoji you tag your stickers with.

https://github.com/WhatsApp/stickers/blob/master/Android/README.md

iliasvdheuvel commented 5 years ago

Yeah its optional, or im i that blind?

Zandor300 commented 5 years ago

Yes, it is optional because WhatsApp currently doesn't do anything with that data. But I personally would recommend adding them to all stickers because they are planning on adding a search feature using emojis. Adding this from the start will allow this feature for all users when WhatsApp adds this, without your users having to update their packs.

Also, I think @sharadvermasv suggested this as it might fix your problem but I'm not sure. Personally haven't really played around with the Android app that much yet.

iliasvdheuvel commented 5 years ago

Ill try it thankss

iliasvdheuvel commented 5 years ago

Not working :( although it seems like everyone can see them on whatsappweb, just not on the app

vandosky commented 5 years ago

O meu no inicio foi assim não funcionava para outras pessoas e do nada começou a funcionar acredito que seja a versão de wats dos celulares!

bhavin1994 commented 5 years ago

Obfuscation (minifyEnabled true) not working in both Debug and Release

I can show sticker in list but when i sending them it's display just blank ( transparent ) . minifyEnabled false working perfect

Show any progurad rules or something please tell me what i done wrong?

nicolasdeory commented 5 years ago

I had the same issue. Fixed it by making sure every image met the criteria: 512x512, <150kb and WebP. I opened up the problematic webp images on photoshop, exported them as PNG (medium compression) and converted them again to webp. Problem solved.

iliasvdheuvel commented 5 years ago

@nicolasdeory so is it a probelm with phtoshops webp? Or what do you mean? My files are less ten 512 and 100kb, only the icon isnt

vandosky commented 5 years ago

Iliasssss It is necessary that as imagens be 512 px. 100kb maximum!

iliasvdheuvel commented 5 years ago

@vandosky even the icon?

nicolasdeory commented 5 years ago

The tray icon must be 96x96 and less than 50kb.

iliasvdheuvel commented 5 years ago

Yeah i have that

nicolasdeory commented 5 years ago

I did the photoshop thing and I managed to fix it that way. Basically if it won't download for other people it means that there's something wrong with your image, and it's not the image dimensions or size. Try reconverting it to png.

vandosky commented 5 years ago

Iliasssss I use the 512px images and convert from png to .webp by Android Studio. Icon png 96x96px

iliasvdheuvel commented 5 years ago

Its working!! The problem was photoshops webp