The accessibility tags can be manually added to stickers by editing the JSON file that is in the same folder as the sticker. Folder: "YourStickerSet StickerPackExtension" > Stickers.xcstickers > Sticker pack.stickerpack > STICKERNAME.sticker > contents.json
YourStickerSet = whatever your app extension is named, STICKERNAME = the individual sticker's name within your sticker set.
Add the line: "accessibility-label" : "your accessibility tag goes here",
eg: (from one of my sticker sets)
"properties" : {
"accessibility-label" : "Christmas card folded - caption is Merry Christmas",
"filename" : "CardLandscape1.png"
}
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: