# mobile-sdk-sample-ios **Repository Path**: mirrors_twilio/mobile-sdk-sample-ios ## Basic Information - **Project Name**: mobile-sdk-sample-ios - **Description**: Sample for the Authy Mobile SDK - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TwilioAuth SDK - iOS Sample app Welcome to the Twilio Auth iOS SDK Sample application. This application demonstrates how to use the mobile SDK inside an iOS app. ## Requirements Xcode 12.x ## How to Run * **Step 1:** Clone the repository to your local machine * **Step 2:** Install the TwilioAuth iOS framework * **(option 1 - CocoaPods):** Run `pod install` in your terminal from inside the cloned repository's working directory. Then open the Xcode Workspace created by CocoaPods (`TwilioAuthSample.xcworkspace`). * **(option 2 - Carthage):** Run `carthage update` in your terminal from inside the cloned repository's working directory. Navigate to your Xcode project's General settings page. Drag and drop the framework onto the Embedded Binaries section. Ensure that "Copy items if needed" is checked and press Finish. This will add the framework to both the Embedded Binaries and Linked Frameworks and Libraries sections. * **(option 3 - manual):** Open the Xcode project (`TwilioAuthSample.xcodeproj`) from the cloned repository's working directory. [Download](https://media.twiliocdn.com/sdk/ios/auth/releases/1.2.0/twilio-auth-ios-1.2.0.tar.bz2) the TwilioAuth iOS framework. Navigate to your Xcode project's General settings page. Drag and drop the framework onto the Embedded Binaries section. Ensure that "Copy items if needed" is checked and press Finish. This will add the framework to both the Embedded Binaries and Linked Frameworks and Libraries sections. * **Step 3:** [Create and deploy a backend application to handle the device registration](https://www.twilio.com/docs/quickstart/twilioauth-sdk-quickstart-tutorials/running-sample-app) ### Learn more - Check out the full documentation at https://www.twilio.com/docs/quickstart/twilioauth-sdk-quickstart-tutorials - Contact the Twilio support team at help@twilio.com