Sticker Pack Type
A pack of custom stickers for messaging.
Extension
.stickerpack
Folder Contents
Folders with stickers and sticker sequences.
Contents.json File
Metadata, sticker size, and folder names for the stickers and sticker sequences. For values, see (Table 27-1).
Key |
Type |
Description |
---|---|---|
|
Dictionary |
Versioning information for the asset catalog. |
|
String |
The application that authored the asset catalog. |
|
Number |
The version of the asset catalog. |
|
Dictionary |
Properties for the sticker pack. |
|
String |
The size of the stickers and sticker sequences in the pack. For the values, see grid-size below. |
|
Array of dictionaries |
The stickers and sticker sequences in the sticker pack. |
|
String |
The name of a folder containing a sticker or sticker sequence. |
Values for Enumerated Tags
grid-size
The size of the images in the stickers or sticker sequences in the pack. Values are shown in (Table 27-2).
Sample Contents.json File
{
"properties" : {
"grid-space" : "regular"
},
"stickers" : [
{
"filename" : "llamaHaloSticker.sticker"
},
"filename" : "llamaJumping.stickersequence"
},
"filename" : "llamaKnows.sticker"
}
],
"info" : {
"author" : "com.developerName",
"version" : 1
}
}
Copyright © 2018 Apple Inc. All rights reserved. Terms of Use | Privacy Policy | Updated: 2018-04-09