Skip to content
Tim Kelly edited this page Apr 13, 2016 · 4 revisions


Welcome to the Bazaarvoice SDK (BVSDK)! The BVSDK provides a modular SDK architecture so you can easily and quickly integrate and enable Bazaarvoice products into your native iOS application built with Objective-C or Swift!

Getting Started

TL;DR; If you are new to the BVSDK and just want to jump into the code, checkout an overview of the example projects and how to run them.

  1. Procure your API Key and Client Id
  2. Install the BVSDK Component(s) you want to work with.
  3. Configure the module(s) in your XCode project.
  4. Create wonderful apps!

TIP: Public header documentation can also be found in the BVSDK in /docs/index.html.

Requirements

  • Bazaarvoice Platform API version 5.4 or older (for Conversations)
  • Signed Data Usage Amendment, if not already in place
  • API configured and enabled by Bazaarvoice
  • API key to access client's staging and production data
  • Xcode IDE version 7.0 or newer
  • Minimum iOS deployment target of iOS 8.0