Twilio Client iOS README
Ahoy hoy and welcome to Twilio Client iOS! In just a few minutes you'll be adding telephony features to your iOS app.
We recommend going through the Quickstart to get yourself familiar with the SDK along with this guide. And you'll want to get yourself a Twilio account by heading to https://www.twilio.com/try-twilio if you don't have one already.
Here's an overview of the SDK contents:
- ChangeLog - a list of changes since the last release
- README - this file
- Quickstart Guide - a guide and sample Xcode project that take you step-by-step through building an iOS application to connect to Twilio
- FAQ - frequently asked questions
- TwilioSDK.podspec - CocoaPods specification file to use with your project
- Headers/ - header files you'll need to import
- Libraries/ - static libraries you need to include in your project in order for Twilio Client to work
- Resources/ - sound resources used with Twilio Client iOS
- Quickstart/ - Quickstart sample app
- BasicPhone/ - sample app that shows you Twilio Client in action, for setting up server backend, please see Quickstart Guide
- Helper Libs/ - server-side helper libraries to use in conjunction with your iOS application
- Server/ - sample server backend for both Quickstart and BasicPhone - https://github.com/twilio/mobile-quickstart for authorizing client capabilities and communicating with Twilio
- Twilio Client iOS Docs - installer to set up Twilio Client Developer Docs to be referenced within Xcode Documentation and API Reference window
Happy coding!
-Team Twilio