Releases: bazaarvoice/bv-ios-sdk
4.2.0: Geolocation Support!
NEW Location
This release provides a new module for adding location awareness to your app. This module facilitates knowing when your shoppers are entering and exiting your physical retail locations. You will be provided a very valuable opportunity to present a shopper with your location aware content. Perhaps you have a simple greeting or coupon? Aside from the value you add within your mobile experience, Bazaarvoice can use this location context to enhance our existing products. Rating and Reviews filtered down to the city level, recommended products for nearby people like you, local social media content (Curations), and more are all possible by using the Location module.
For more information, please refer to the location documentation : https://bazaarvoice.github.io/bv-ios-sdk/location.html
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
4.0.3 - Minor fixes to example projecst
- Fixed some auto-layout issues in the BVSDKDemo
- Updates to docs
- Fix some problems using Cocoapods 1.0.1
4.0.2 - /Examples refresh
This release provides updates to all our example projects and unit tests.
- The unit tests have been updated to use OHHTTPStubs for mocking various responses and failure cases
- The /Examples folder has been updated to include a ‘BVSDKDemo’ project, which by default runs all mock data. This example is mean to show you a full implementation of all the BVSDK modules in a single native experience.
- All other components in the /Examples folder have been updated for each BVSDK module (Advertising, Conversations, Curations, Product Recommendations) to show you the simplest configuration possible to get you up and running quickly. Developers can drop in their API Keys/IDs into the demos to get a quick sanity test of the integration.
4.0.1 - New Github pages documentation
Moved documentation from Github wiki to Github pages: https://bazaarvoice.github.io/bv-ios-sdk/
4.0.0
- NEW Support for Bazaarvoice Curations: Ability to display custom social media feeds and post photos from your mobile app. Checkout the example project under /Examples/Curations
- NEW: BVPixel - Analytics for tracking purchase and non-transaction events for ROI reporting and omnichannel profile
- Update usage pattern for BVRecommendations for fetching and displaying product recommendations
- Removed SDK dependency on Google DFP SDK. Existing clients can now more easily add 1st party data to DFP add requests.
3.2.0
This release updated the Product Recommendation UI widgets to make them much more flexible to design and implement any way you want. Also improves the underlying analytics for conversions and feature usage.
3.1.2 Bug fix
Fix crash in edge case where authenticated user profile JSON body may not exist.
3.1.1
Fixes encoding issue with iovation fingerprinting.
3.1.0 Authenticity with iovation support
This release adds support for the iovation framework and using device fingerprinting to ensure authenticity of user generated content.