Swift
What's next?
For completeness, the project you've built as part of this tutorial is also available on GitHub.
You can do a lot more with the Client SDK. See Client SDK documentation.
We want to hear what ideas you have in mind! Contact us at devrel@vonage.com
Creating an iOS chat app
Create a iOS application that enables users to message each other
Steps
1
Introduction to this task2
Prerequisites3
Create a Vonage Application4
Create a conversation5
Create the users6
Add users to the conversation7
Generate JWTs8
Xcode project and workspace9
Building the log in interface10
Building the user model11
NXMClient12
Building the chat interface13
Chat events14
Sending a message15
What's next?