My app uses AttributedString for both text formatting and storage using MarkdownDecodableAttributedStringKey. The new API for Genmoji looks very interesting but I don't see an AttributeScope for it.
Is it possible to work around this and stick with AttributedString, am I in the wrong room or should I send in an enhancement request via Feedback Assistant?
Thanks a lot for your time!
The API is this one https://developer.apple.com/documentation/foundation/nsattributedstring/key/4395176-adaptiveimageglyph
I had a second look and I saw that I can separate my use of AttributedString encoding/decoding to/from markdown data from where I would employ Genmoji and NSAttributedString so it's to close the ticket. Sorry!