I wish to share a sample application that can help faster integration of CPaaS iOS Objective C SDK into your application. The sample app contains the following modules -
- SMS
- Chat
- Voice/Video
- Address book
- Presence
Click here to get the IOS Objective C Sample app
Note :- Preferably use the master branch to clone the application.
The application was built using the Cocoa pods 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.m with your account ClientID, email and password that you created at API marketplace.
Click here to watch IOS Objective C Sample app demo Video.
For full Developer Documentation, QuickStarts and API reference code visit the AT&T API Marketplace iOS Quickstarts