WhatsApp / stickers

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

contents.json file has some issues: [Android] #949

Closed nyt1972 closed 1 year ago

nyt1972 commented 1 year ago

Stickers

My stickers do comply with the sticker requirements (512x512 and < 100 KB) My tray icon does comply with the requirements (96x96 and < 50 KB) I am using WebP images for stickers. I am using PNG images for stickers. Problem Description When installing the App all I get is "App was not installed"

content.js is as below:

{ "android_play_store_link": "", "ios_app_store_link": "", "sticker_packs": [ { "identifier": "1", "name": "Pakher", "publisher": "TSoft", "tray_image_file": "pakher.png", "image_data_version": "1", "avoid_cache": false, "publisher_email": "", "publisher_website": "", "privacy_policy_website": "", "license_agreement_website": "", "stickers": [ { "image_file": "01_pakher_raghly.webp" } ] } ] } Error it gives is:

Unable to get provider .StickerContentProvider: java.lang.RuntimeException: contents.json file has some issues: contents.json