Plivo iOS SDK — Manual Installation Guide

  1. Unzip Plivo-SDK beta version.
  2. Right-click on the root in the project navigator. Click Add Files to … In the file chooser, navigate to and select PlivoVoiceKit.framework
  3. Select the top level node to open the project editor. Click the App target, and then go to the General tab. Scroll down to the Embedded Binaries section. Click + and add PlivoVoiceKit.framework.
  4. Finally import PlivoVoiceKit into your ViewControler classes. In ObjectiveC #import <PlivoVoiceKit/PlivoVoiceKit.h> In Swift import PlivoVoiceKit