Releases: bazaarvoice/bv-ios-sdk
Releases · bazaarvoice/bv-ios-sdk
8.4.1 Fixed errors for the Demo App
- Fixed build errors & crash occurring for the Demo App.
8.4.0 iOS 14 Privacy Changes
- Implemented App Tracking Transparency Changes for iOS 14
Please refer to this dev doc link for more details: https://developer.bazaarvoice.com/mobile-sdks/ios/getting-started/installation#identifier-for-advertisers-(idfa)
8.3.1 UGC Submission with photo Fix & email notifications not sent for Question Submission issue Fix
8.3.1 UGC Submission with photo Fix & email notifications not sent for Question Submission issue Fix
- Fixed photo upload issue by adding a file extension to the image filename as the API is now expecting a file extension to be passed.
- Fixed "sendEmailAlertWhenAnswered" property not passed to the API issue for Question submission.
8.3.0 Incentivized Reviews & Content Origin Support
- Added support for Incentivized Reviews and Content Origin.
8.2.4 Feedback Submission Fix
- Fixed an issue that was causing feedback vote to be counted as twice instead of one, when calling BVFeedbackSubmission API.
8.2.3 Increased max limit for BVQuestionsAndAnswersRequest
- Increased max limit up to 100 for BVQuestionsAndAnswersRequest.
8.2.2 Fetching Form Fields for Review Submission
- Added support to fetch form fields for BVReviewSubmission.
8.2.1 ReviewHighlights Analytics and UCG properties support for BVFeedbackSubmission
- Added analytics for ReviewHighglights.
- Added support to add UGC properties for BVFeedbackSubmission.
8.2.0 ReviewHighlights Support
- Added support for Review Highlights API
- Fixed Manual Integration issues.
8.1.1 BVSDKDemo ProgressiveSubmission Example
- ProgressiveSubmission implementation for BVSDKDemo
- Fix for duplicate review submission issue