Skip to content

Added tool for create JSON for content.json file #431

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ All the links need to start with either "http" or "https"

If your app has more than 1 sticker pack, you will need to reference it in contents.json. Simply create a second array within the "sticker_packs" section of the JSON and include all the metadata (name, identifier, etc) along with all the references to the sticker files.

_You can use the tool **[JSON Generator for WhatsApp Sticker Pack](http://pratikbutani.com/wastickerapp)** to create the JSON-File._ The tool is open-source: [Repository](https://github.com/pratikbutani/WAStickerApp-JSON-Generator/).


### Build the sample app
Before building your app, you will need to do the following:

Expand Down