Skip to content

4.1.0 - Conversations API Refresh

Compare
Choose a tag to compare
@austimkelly austimkelly released this 10 Aug 22:12
· 1370 commits to master since this release

This release provides a vast improvement over the current display and submission API for Conversations. The following improvements will:

  • massive decrease in implementation time
  • provide parsed response data with easy-to-use objects (no need to write your own response parser)
  • makes error handling super-duper easy
  • Uses blocks instead of delegates for success/failure results (much less code)

We've deprecated the BVGet and BVPost APIs in favor of the new request model. For any clients migrating from the BVGet and BVPost Conversations API, please refer to the upgrade guide: https://bazaarvoice.github.io/bv-ios-sdk/upgrading_conversations.html