Xcode Project and Workspace
You will be using the iOS Client SDK library inside an Xcode project you'll create next:
Create an Xcode Project
Open Xcode and, from the menu, select
File>New>Project....Select
iOSas platform.Select a
Appfor the Application type and clickNext.For the
Product Nametype inAppToPhone.Select or add the relevant value for
TeamandOrganisation Identifier. NB: If you don't possess that info, selectNoneforTeamand entercom.testforOrganisation Identifier.Use
StoryboardforInterfaceandObjective-CforLanguage.Ensure that both
Use Core DataandInclude Testsoptions are deselected. ClickNext.Select your project folder,
app-to-phone-objcas the place where your Xcode project will reside.You now have a brand new Xcode Project.
IMPORTANT: Before continuing, please close the new project you created.
You will add the iOS Client SDK library to your project via CocoaPods.
Install CocoaPods
- Open the
Terminalapp and navigate to the project folder by typing.
- Install CocoaPods in your system, if you don't have it already.
Note: CocoaPods is built with Ruby, available by default on macOS.
- Create a Podfile for your project:
Add the iOS Client SDK
- Add the Vonage iOS Client SDK to the Podfile. To do this, let's open it in
Xcode:
- Update the Podfile as shown below.
- Install the library.
The latest version of the library will be added to your project:
Open the Workspace
As described in the output above, please use AppToPhone.xcworkspace rather than the initial project from now on. To open it, type the following in the terminal:
Making an in-app voice call
You make a voice call from an iOS app to a phone.