Releases: bazaarvoice/bv-ios-sdk
Releases · bazaarvoice/bv-ios-sdk
3.0.1
Product Recommendation
- We have added 2 new APIs for product recommendations: Recommendations by product ID and recommendations by retailer category ids.
- Client-side API caching was added
- The Product Recommendations sample app was updated to demonstrate how to use all variations of the API and user-interface widgets.
- Improved analytics performance, which results in better product recommendations for your customers.
General Changes
- All example products under the /Examples folder have been updated with all the changes. All samples require an API key and Client ID to run. Please contact Bazaarvoice if you need a key.
BVSDK 3.0.0 (Unified SDK)
Changes from BVSDK 2.1.1:
- Existing clients of the Conversations API should be able to update without any changes however, new modules have been added.
- Support for Hosted Auth has been added to the Conversations API. In
BVPost.h
see:BVPost#hostedAuthEmail
BVPost#hostedAuthCallbackUrl
BVPost#authenticatedUser
- The 3.0 BVSDK, or "Unified SDK", now provides the support for submodule installation with Pods or manual installation.
All Installation documentation and new tutorials have been moved to the BVSDK Wiki. - New BVDSK modules are:
- BVAdvertising - Targeted Google DFP Ads with Bazaarvoice profiles. Replaces the deprecated bv-ios-adsd-sdk.
- BVRecommendations - In BETA, provides targeted shopper recommendations.
- BVRecommendationsUI - In BETA, provides UI controls for recommendations: Carousel, Static View, and Table View Controller.
Deprecated
Existing clients of the Conversations API should no longer use BVSettings
to initialize the SDK. Please use BVSDKManager
.