CPaaS iOS Swift Sample mobile app

I wish to share a sample application that can help faster integration of CPaaS IOS SDK into your application. The sample app contains the following modules -

  • SMS
  • Chat
  • Voice/Video
  • Address book
  • Presence

Click here to get the sample app

Note :- Preferably use the master branch to clone the application.

The application was built using the Cocoapods package manager.

Go to the application’s directory in the Terminal, and install dependencies with:

pod install

This will generate a new xcworkspace file. Open this file from now on to use the project:

You will need to modify LoginViewController.swift with your account clientId, email and password that you created at https://apimarket.att.com/.

For full Developer Documentation, Quickstarts and API reference code visit https://apimarket.att.com/developer.

4 Likes

good job