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][PhotoShop] Obfuscation (minifyEnabled true) not working in both Debug and Release #242

Closed bhavin1994 closed 5 years ago

bhavin1994 commented 5 years ago

I can show sticker in list but when i sending them it's display just blank ( transparent ) . screenshot_20181115-225129

minifyEnabled false working perfect

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

using both V1 and V2 signature for signed apk, but even in debug mode minifyEnabled True not working

Originally posted by @bap94 in https://github.com/WhatsApp/stickers/issues/225#issuecomment-439107546

Zandor300 commented 5 years ago

I suggest you add [Android] to the start of your title.

Also, are you using WebP or PNG images? Do your images comply with the sticker requirements (512x512, less than 100 KB)?

bhavin1994 commented 5 years ago

@Zandor300 Yes all images are follow the rules (512x512, less than 100 KB) and WebP . It's works perfect when minifyEnabled false ,So I don't think that's problem with images.Right?

bhavin1994 commented 5 years ago

Aaaa... Sorry I found whats the problem was, But It's strange and Interesting

While We export images from Photoshop as WebP format there is checkBox Save MetaData ->> That's Problem.

When uncheck that box and export without MetaData It's work fine. But I still didin't get It Why It's work When minifyEnabled false? Help me to understand please.