Releases: bazaarvoice/bv-ios-swift-sdk
Releases · bazaarvoice/bv-ios-swift-sdk
1.9.0 Hosted Auth Support for Progressive Submission
- Allowing clients to use Hosted Authentication with Progressive Submission.
- Added missing non-PII params - Discount, Deployment Zone.
1.8.0 Ability to pass Date of User Experience field in BVReviewSubmissionRequest and removed IDFA tracking
- Allowing clients to capture the date when the product was tested during review submission via Date of User Experience field.
- Removed IDFA tracking.
- BVSwift integration using Swift Package Manager now supports only one target - BVSwift, which will not track any IDFA.
‘BVSwiftNoIDFA’, the other target available in an earlier version, is now redundant and hence no longer available.
You may need to use ‘import BVSwift’ instead of ‘import BVSwiftNoIDFA.
1.7.0 Swift 5 migration
- Migrated the BVSwift codebase to Swift 5.
- Test case fixes.
1.6.0 Support to disable IDFA tracking
- Added support to disable IDFA tracking in BVSwift for Swift Package Manager & Cocoapods integrations.
- Migrated CI server to Github Actions.
1.5.0 Added support for Swift Package Manager
- Added support for Swift Package Manager.
1.4.2 Fixed errors for the Demo App
- Fixed build errors occurring for the Demo App
1.4.1 Fixed build errors for the example project
- Fixed the build errors for the example project.
1.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)
1.3.1 UGC Submission with photo 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.
1.3.0 Incentivized Reviews & Content Origin Support
- Added support for Incentivized Reviews and Content Origin.