Is it possible to integrate Twitch chat into iOS through a data stream? Is this functionality coming in the future?
Twitch chat is based on IRC, so you can connect using a socket (or even a WebSocket). That will allow you to get the chat messages, badges, etc.