Stickers: [ANDROID] How should I edit the contents.json file to have more than 2 pack of stickers?

Created on 14 Nov 2018  路  10Comments  路  Source: WhatsApp/stickers

All 10 comments

Just make a new array

You need to add new object of array in the content as already provided, just copy and paste & update the details accordingly.
make sure you change id & create same name folder in assets folder.

Could you give me an example of how to implement it?

[...]
"sticker_packs": [
    {
      "identifier": "1",
      "name": "test",
      "publisher": "Alex193a",
      [...]
      "stickers": [
        {
          "image_file": "file_982659.webp",
          "emojis": ["馃憢馃徎", "馃槈"]
        },
        {
          "image_file": "file_982660.webp",
          "emojis": ["馃", "馃槕"]
        }
      ]
    },
    {
      "identifier": "2",
      "name": "test2",
      "publisher": "Alex193a",
      [...]
      "stickers": [
        {
          "image_file": "file_986204.webp",
          "emojis": ["馃槑", "馃樀"]
        },
        {
          "image_file": "file_986205.webp",
          "emojis": ["馃槒"]
        },
      ]
    }
[...]

@Alex193a does your sticker paxk work? Because mine doesnt work correctly, in whatsapp the stickers keep loading for ever for others

Yes, never had any problem.

@Alex193a is yours in the playstore?

Nope, anyway we're getting off topic.

Yeah sorry, can you please share youre code? I think this topic is solved already

@Iliasssss
You can find an app here :
WAStickerApps - Mega Sticker Packs
https://play.google.com/store/apps/details?id=com.stickers.whatsappstickers

so go & get some ideas out of it 馃憤

Was this page helpful?
0 / 5 - 0 ratings