Skip to content

Releases: bazaarvoice/bv-ios-sdk

6.1.0 Conversations Feedback API Support

03 Jan 20:01
Compare
Choose a tag to compare

Added in the ability to submit Helpfulness and Inappropriate Content votes for Reviews, Questions, and Answers.

6.0.1 Add brand image to BVAnswers

12 Dec 19:55
Compare
Choose a tag to compare
  • Added the brand image logo to BVAnswer conversations response.
  • Fixed the objective-c examples to build against dynamic frameworks using Cocoapods

6.0.0 Carthage and Dynamic Framework Build Support

28 Nov 21:51
Compare
Choose a tag to compare
  • Add support for Dynamic Frameworks and Carthage
  • Cleanup compiler warnings
  • Remove deprecated Conversations API from BVSDK 2.x
  • Fix use of %lu and %li in some spots (compiler warnings)
  • Fix missing negation operator when checking for array type in the BVRatingDistribution
  • Serveral updates for ci scripts and matrixed travis ci builds
  • Update Gimbal.framework to 2.52.1
  • Convert BVSDKDemo to Swift 3 syntax

5.1.0 - Curations Geo-Tagging

07 Nov 16:20
Compare
Choose a tag to compare

Added support to geo-tag custom content submission with the Curations Submission API.

Bug Fix

01 Nov 21:09
Compare
Choose a tag to compare

Missed adding a system header to a file which broke manual file install.

Conversations for Stores, Geo-Location updates, and Push Notifications

31 Oct 16:36
Compare
Choose a tag to compare
  • NEW: Conversations for Stores - The SDK now supports product feeds with stores and geo-location coordinates. This supports allows your customers to view your stores and read and write reviews.
  • NEW: Store Review Push Notifications: When paired with geo-fence services in the SDK, this support allows you to queue Rich, Local Push Notifications prompting your customers to leave a review on a store they just visited.
  • NEW: Geo-location support in Curations Feeds. Now you can add latitude and longitude parameters on feeds to show closest content first.
  • Bug Fix: Fix minimum number of products and bulk ratings in Conversations Display requests (now is 100)

4.2.4: Form Field Parsing for Conversations

11 Oct 16:14
Compare
Choose a tag to compare
  • Add in parsing of From Field elements for Preview mode in the Conversations Submission API
  • Clean up some of the Conversations unit tests.

4.2.3: Bug Fix

29 Sep 21:29
Compare
Choose a tag to compare

Fix a bug where the "isRecommended" flag was not added to a Review Submission Request.

Bug Fix in Conversations (Deprecated SDK)

22 Sep 01:40
Compare
Choose a tag to compare

Fixed a JSON serialization error in the deprecated Conversations API for calls using the BVGet request.

XCode 8 Updates

13 Sep 16:37
Compare
Choose a tag to compare

-- Update unit tests and examples so they run against XCode 8 (GM) and XCode 7.3, using Swift compiler version 2.3.
-- Deprecate perGroupLimit and explicitPermission properties in the BVCurationsFeedRequest class.
-- Updated the Example/BVSDKDemo Curations photo map with progressive zoom/disclosure.