4.1.0 - Conversations API Refresh
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