Sticker Message Module
There are two ways to add extra sticker packs. Using a plist
configuration file or programmatically. The following image formats are supported: png
,gif
.
Plist
Create a new plist
file with the following format:
Then tell the app to use your plist
file:
The bundle should be where both plist
file and the stickers are located.
Programatically
Stickers can also be added programmatically.
Last updated