This demo app demonstrates the Voximplant iOS Kit Chat UI SDK that allows you to add in-app messaging into your iOS application with a ready-to-go user experience.
To get started, you need to register a Voximplant Kit account and create a mobile chat channel.
- Clone this repository.
- Open the repository in Xcode.
- Wait for package dependencies resolve and build for the target device.
Enter your mobile chat channel details (region, channel UUID, token) and a client Id.
Important
Client Id is a random string that should match the regexp pattern [a-zA-Z0-9@#$_\-+\.].
Push notifications require additional setup.
- Change the application bundle Id.
- Register a new application bundle Id in your Apple Developer account.
- Generate an APNS certificate for a new application bundle Id in p12 format.
- Upload it to Voximplant Kit.
- Select the uploaded certificate in the mobile chat channel.