What Api should I use to create an emoji

Generated on 11/20/2024

1 search

To create an emoji, specifically a custom one like Genmoji, you should use the NSAdaptiveImageGlyph API. This API supports using Genmoji and other personalized images, allowing them to be formatted and used alongside regular text. Genmoji are unique rasterized bitmaps and are not described by Unicode text characters, unlike traditional emoji.

For more details on how to implement this in your app, you can refer to the session Bring expression to your app with Genmoji (02:17) which covers the NSAdaptiveImageGlyph API.